diff options
Diffstat (limited to 'nse_db.h')
-rw-r--r-- | nse_db.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nse_db.h b/nse_db.h new file mode 100644 index 0000000..d80239b --- /dev/null +++ b/nse_db.h @@ -0,0 +1,7 @@ +#ifndef NSE_DB +#define NSE_DB + +#define NSE_DBLIBNAME "nmapdb" +LUALIB_API int luaopen_db (lua_State *L); + +#endif |