diff options
Diffstat (limited to 'src/libipe-private.h')
-rw-r--r-- | src/libipe-private.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libipe-private.h b/src/libipe-private.h deleted file mode 100644 index 8d7de1c..0000000 --- a/src/libipe-private.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef LIB_IPE_PRIVATE_H -#define LIB_IPE_PRIVATE_H - -#include <stdbool.h> - -struct ipe_decoder_t { - uint32_t height; - uint32_t *raw; - size_t num_bytes; - uint32_t current_pos; -}; - - -#endif - |