summaryrefslogtreecommitdiff
path: root/jhead.h
diff options
context:
space:
mode:
Diffstat (limited to 'jhead.h')
-rw-r--r--jhead.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jhead.h b/jhead.h
index 9d311e9..4347fe8 100644
--- a/jhead.h
+++ b/jhead.h
@@ -209,6 +209,7 @@ int IsGpsTag(const char* tag);
int GpsTagToFormatType(unsigned short tag);
int GpsTagNameToValue(const char* tagName);
TagTable_t* GpsTagToTagTableEntry(unsigned short tag);
+static const char ExifAsciiPrefix[] = { 0x41, 0x53, 0x43, 0x49, 0x49, 0x0, 0x0, 0x0 };
// iptc.c prototpyes
void show_IPTC (unsigned char * CharBuf, unsigned int length);