File: mrw_extern.h

package info (click to toggle)
exifprobe 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,280 kB
  • ctags: 1,800
  • sloc: ansic: 34,256; sh: 413; makefile: 123
file content (31 lines) | stat: -rw-r--r-- 1,697 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*          EXIFPROBE - TIFF/JPEG/EXIF image file probe               */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Copyright (C) 2002 by Duane H. Hesser. All rights reserved.        */
/*                                                                    */
/* See the file LICENSE.EXIFPROBE for terms of use.                   */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* @(#) $Id: mrw_extern.h,v 1.1 2005/05/25 00:53:56 alex Exp $ */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

#ifndef MRW_EXTERN_INCLUDED
#define MRW_EXTERN_INCLUDED

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Minolta MRW-specific external definitions                           */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

extern int print_mrw_header(struct fileheader *,unsigned long);
extern unsigned long process_mrw(FILE *,unsigned long,unsigned long,
                                    unsigned long, struct image_summary *,
                                    char *,int);
extern unsigned long process_prd(FILE *,unsigned long,unsigned long,
                                    struct image_summary *,int);
extern unsigned long process_wbg(FILE *,unsigned long,unsigned long,
                                    struct image_summary *,int);
extern unsigned long process_rif(FILE *,unsigned long,unsigned long,
                                    struct image_summary *,int);

#endif  /* MRW_EXTERN_INCLUDED */