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:
8
nse_binlib.h
Normal file
8
nse_binlib.h
Normal 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 */
|
||||
Reference in New Issue
Block a user