libgphoto2 photo camera library (libgphoto2) API  2.5.13
exif.h
Go to the documentation of this file.
00001 
00012 #ifndef _gphoto_exif_
00013 #define _gphoto_exif_ 
00014 
00015 /*
00016  * Not used anymore, use libexif if necessary.
00017  */
00018 unsigned char *gpi_exif_get_thumbnail_and_size(void *exifdat, long *size);
00019 
00020 /*
00021  * Not used anymore, use libexif if necessary.
00022  */
00023 int gpi_exif_stat(void *exifdata);
00024 
00025 
00026 #endif /* _gphoto_exif_ */