diff options
| author | Bert Münnich <ber.t@gmx.com> | 2012-02-15 19:13:44 +0100 |
|---|---|---|
| committer | Bert Münnich <ber.t@gmx.com> | 2012-02-15 19:13:44 +0100 |
| commit | 691c6d7e7e7667696dcf5996316fba6a120f2e7b (patch) | |
| tree | 9f15fc97b55a8536d24fce3aad1646a05d686fb2 /types.h | |
| parent | b752d5c594d5aac083cc563e8c7e575baf7b8edc (diff) | |
Added own exif tag handling in files exif.[ch]
Diffstat (limited to 'types.h')
| -rw-r--r-- | types.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |
