From ddb81fe15838e9e0b56f2150608f568a9fcd1fc5 Mon Sep 17 00:00:00 2001 From: pgpickering Date: Thu, 31 Jul 2008 14:17:12 +0000 Subject: [PATCH] added nse_hash.h --- nse_hash.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nse_hash.h 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 */