#ifndef NSE_DB
#define NSE_DB

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

#endif