summaryrefslogtreecommitdiff
path: root/src/libexif/olympus/exif-mnote-data-olympus.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libexif/olympus/exif-mnote-data-olympus.h')
-rw-r--r--src/libexif/olympus/exif-mnote-data-olympus.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libexif/olympus/exif-mnote-data-olympus.h b/src/libexif/olympus/exif-mnote-data-olympus.h
index b9b4209..4d55cab 100644
--- a/src/libexif/olympus/exif-mnote-data-olympus.h
+++ b/src/libexif/olympus/exif-mnote-data-olympus.h
@@ -1,6 +1,6 @@
/* mnote-olympus-data.h
*
- * Copyright © 2002 Lutz Müller <lutz@users.sourceforge.net>
+ * Copyright (c) 2002 Lutz Mueller <lutz@users.sourceforge.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -26,6 +26,9 @@
#include <libexif/exif-byte-order.h>
#include <libexif/exif-mem.h>
+enum OlympusVersion {nikonV1 = 1, nikonV2 = 2, olympusV1 = 3, olympusV2 = 4, sanyoV1 = 5 };
+
+
typedef struct _ExifMnoteDataOlympus ExifMnoteDataOlympus;
struct _ExifMnoteDataOlympus {