From 8ed172cab141f02390d7c77abec9eb18fe212182 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 1 Dec 2011 09:41:56 +0100 Subject: Make ipedec a lib and executable --- src/libipe-private.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/libipe-private.h (limited to 'src/libipe-private.h') diff --git a/src/libipe-private.h b/src/libipe-private.h new file mode 100644 index 0000000..8d7de1c --- /dev/null +++ b/src/libipe-private.h @@ -0,0 +1,15 @@ +#ifndef LIB_IPE_PRIVATE_H +#define LIB_IPE_PRIVATE_H + +#include + +struct ipe_decoder_t { + uint32_t height; + uint32_t *raw; + size_t num_bytes; + uint32_t current_pos; +}; + + +#endif + -- cgit v1.2.3