comparison src/format_fuji.h @ 176:695e1ad3b169

simplified exif.h, moved implementation-specific stuff to exif-int.h
author nadvornik
date Wed, 13 Feb 2008 13:57:31 +0000
parents 847e4bc6b54c
children ddabc4873a3f
comparison
equal deleted inserted replaced
175:682705e0c0e0 176:695e1ad3b169
12 12
13 #ifndef __FORMAT_FUJI_H 13 #ifndef __FORMAT_FUJI_H
14 #define __FORMAT_FUJI_H 14 #define __FORMAT_FUJI_H
15 15
16 16
17 #include "exif.h" 17 #include "exif-int.h"
18 18
19 19
20 gint format_fuji_raw(unsigned char *data, const guint len, 20 gint format_fuji_raw(unsigned char *data, const guint len,
21 guint *image_offset, guint *exif_offset); 21 guint *image_offset, guint *exif_offset);
22 22