~leadman/foxtrotgps/translations

« back to all changes in this revision

Viewing changes to src/exif.h

  • Committer: Joshua Judson Rosen
  • Date: 2009-09-26 02:35:15 UTC
  • Revision ID: rozzin@geekspace.com-20090926023515-yxl5sg1a45gupuc8
Imported from tangogps-0.9.7 tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <libexif/exif-data.h>
 
2
 
 
3
char *show_tag(ExifData *d, ExifIfd ifd, ExifTag tag);
 
4
void show_mnote_tag(ExifData *d, unsigned tag);