summaryrefslogtreecommitdiffstats
path: root/types.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-15 19:13:44 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-15 19:13:44 +0100
commit691c6d7e7e7667696dcf5996316fba6a120f2e7b (patch)
tree9f15fc97b55a8536d24fce3aad1646a05d686fb2 /types.h
parentb752d5c594d5aac083cc563e8c7e575baf7b8edc (diff)
downloadnsxiv-691c6d7e7e7667696dcf5996316fba6a120f2e7b.tar.zst
Added own exif tag handling in files exif.[ch]
Diffstat (limited to 'types.h')
-rw-r--r--types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/types.h b/types.h
index 9228558..1d72c95 100644
--- a/types.h
+++ b/types.h
@@ -7,6 +7,11 @@ typedef enum {
} bool;
typedef enum {
+ BO_BIG_ENDIAN,
+ BO_LITTLE_ENDIAN
+} byteorder_t;
+
+typedef enum {
MODE_IMAGE,
MODE_THUMB
} appmode_t;