1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
Files
nmap/nse_hash.h
2008-07-31 14:17:12 +00:00

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