mirror of
https://github.com/nmap/nmap.git
synced 2026-07-11 18:55:08 +00:00
added nse_binlib.h
This commit is contained in:
parent
a8a470ea59
commit
da51facaa6
1 changed files with 8 additions and 0 deletions
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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue