mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
9 lines
146 B
C
9 lines
146 B
C
#ifndef NSE_HASHLIB
|
|
#define NSE_HASHLIB
|
|
|
|
#define NSE_HASHLIBNAME "hash"
|
|
|
|
LUALIB_API int luaopen_hashlib (lua_State *L);
|
|
|
|
#endif /* NSE_HASHLIB */
|