diff src/exif.h @ 1189:9e424170e958

Do not hardcode exif formatted prefix.
author zas_
date Thu, 27 Nov 2008 19:10:59 +0000
parents aeae25d5d50d
children 43bfcbb62cd6
line wrap: on
line diff
--- a/src/exif.h	Thu Nov 27 12:34:39 2008 +0000
+++ b/src/exif.h	Thu Nov 27 19:10:59 2008 +0000
@@ -27,6 +27,8 @@
 #ifndef __EXIF_H
 #define __EXIF_H
 
+#define EXIF_FORMATTED(x) "formatted."x
+#define EXIF_FORMATTED_LEN (sizeof(EXIF_FORMATTED()) - 1)
 
 /*
  *-----------------------------------------------------------------------------