1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

added nse_hash.h

This commit is contained in:
pgpickering
2008-07-31 14:17:12 +00:00
parent 35553f80bd
commit ddb81fe158

8
nse_hash.h Normal file
View File

@@ -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 */