mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
proposal. This only affects Nmap's root directory. We might also need to modify the code which autogenerates Nmap's source code files such as IPv6 fingerprinting code.
10 lines
141 B
C
10 lines
141 B
C
#ifndef NSE_BINLIB
|
|
#define NSE_BINLIB
|
|
|
|
#define NSE_BINLIBNAME "bin"
|
|
|
|
LUALIB_API int luaopen_binlib (lua_State *L);
|
|
|
|
#endif /* NSE_BINLIB */
|
|
|