nmap/nse_db.h

7 lines
112 B
C

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