1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 15:39:05 +00:00

added nse_binlib.h

This commit is contained in:
pgpickering
2008-07-31 14:18:21 +00:00
parent a8a470ea59
commit da51facaa6

8
nse_binlib.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef NSE_BINLIB
#define NSE_BINLIB
#define NSE_BINLIBNAME "bin"
LUALIB_API int luaopen_binlib (lua_State *L);
#endif /* NSE_BINLIB */