ephoto/src/bin/ephoto_exif.h

13 lines
220 B
C

#ifdef BUILD_EXIF_SUPPORT
#ifndef _EPHOTO_EXIF_H_
#define _EPHOTO_EXIF_H_
#include "ephoto.h"
#include <libexif/exif-data.h>
#include <libexif/exif-loader.h>
Ecore_Hash *get_exif_data(const char *file);
#endif
#endif