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:
8
nse_hash.h
Normal file
8
nse_hash.h
Normal 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 */
|
||||
Reference in New Issue
Block a user