diff --git a/nse_hash.h b/nse_hash.h new file mode 100644 index 000000000..e9470f493 --- /dev/null +++ b/nse_hash.h @@ -0,0 +1,8 @@ +#ifndef NSE_HASHLIB +#define NSE_HASHLIB + +#define NSE_HASHLIBNAME "hash" + +LUALIB_API int luaopen_hashlib (lua_State *L); + +#endif /* NSE_HASHLIB */