From 691c6d7e7e7667696dcf5996316fba6a120f2e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Wed, 15 Feb 2012 19:13:44 +0100 Subject: Added own exif tag handling in files exif.[ch] --- types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'types.h') diff --git a/types.h b/types.h index 9228558..1d72c95 100644 --- a/types.h +++ b/types.h @@ -6,6 +6,11 @@ typedef enum { true } bool; +typedef enum { + BO_BIG_ENDIAN, + BO_LITTLE_ENDIAN +} byteorder_t; + typedef enum { MODE_IMAGE, MODE_THUMB -- cgit v1.2.3