diff options
Diffstat (limited to 'lzio.h')
-rw-r--r-- | lzio.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ LUAI_FUNC void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, | |||
48 | void *data); | 48 | void *data); |
49 | LUAI_FUNC size_t luaZ_read (ZIO* z, void *b, size_t n); /* read next n bytes */ | 49 | LUAI_FUNC size_t luaZ_read (ZIO* z, void *b, size_t n); /* read next n bytes */ |
50 | 50 | ||
51 | LUAI_FUNC const void *luaZ_getaddr (ZIO* z, size_t n); | ||
51 | 52 | ||
52 | 53 | ||
53 | /* --------- Private Part ------------------ */ | 54 | /* --------- Private Part ------------------ */ |