From 57f2f8976b37ba6f6ec188c77e38cd854d594233 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Fri, 2 Dec 2011 08:49:09 +0100 Subject: Rename to `ufodecode` --- src/ufodecode-private.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/ufodecode-private.h (limited to 'src/ufodecode-private.h') diff --git a/src/ufodecode-private.h b/src/ufodecode-private.h new file mode 100644 index 0000000..4dce6bc --- /dev/null +++ b/src/ufodecode-private.h @@ -0,0 +1,15 @@ +#ifndef LIB_UFODECODE_PRIVATE_H +#define LIB_UFODECODE_PRIVATE_H + +#include + +struct ufo_decoder_t { + uint32_t height; + uint32_t *raw; + size_t num_bytes; + uint32_t current_pos; +}; + + +#endif + -- cgit v1.2.3