]> git.jsancho.org Git - lugaru.git/blob - Source/unpack_private.h
68dc3cce90e5d3857456dc3c1b73d6452442bc85
[lugaru.git] / Source / unpack_private.h
1 #ifndef unpack_private_h
2 #define unpack_private_h
3
4 #include "private.h"
5
6 struct BinIOUnpackContext
7 {
8     const uint8_t *data;
9     va_list        args;
10 };
11
12 extern void BinIOUnpack(void *context, int type, int byte_order, int count);
13
14 #endif
15