diff options
Diffstat (limited to '')
-rw-r--r-- | nse_zlib.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nse_zlib.h b/nse_zlib.h new file mode 100644 index 0000000..624da87 --- /dev/null +++ b/nse_zlib.h @@ -0,0 +1,9 @@ +#ifndef ZLIB +#define ZLIB + +#define NSE_ZLIBNAME "zlib" + +LUALIB_API int luaopen_zlib(lua_State *L); + +#endif + |