From da51facaa6a16eda53c8b0ad0aee26345c73fb6f Mon Sep 17 00:00:00 2001 From: pgpickering Date: Thu, 31 Jul 2008 14:18:21 +0000 Subject: [PATCH] added nse_binlib.h --- nse_binlib.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nse_binlib.h diff --git a/nse_binlib.h b/nse_binlib.h new file mode 100644 index 000000000..0a5455ec8 --- /dev/null +++ b/nse_binlib.h @@ -0,0 +1,8 @@ +#ifndef NSE_BINLIB +#define NSE_BINLIB + +#define NSE_BINLIBNAME "bin" + +LUALIB_API int luaopen_binlib (lua_State *L); + +#endif /* NSE_BINLIB */