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

8 lines
112 B
C

#ifndef NSE_DB
#define NSE_DB
#define NSE_DBLIBNAME "nmapdb"
LUALIB_API int luaopen_db (lua_State *L);
#endif