mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
9 lines
140 B
C
9 lines
140 B
C
#ifndef NSE_BINLIB
|
|
#define NSE_BINLIB
|
|
|
|
#define NSE_BINLIBNAME "bin"
|
|
|
|
LUALIB_API int luaopen_binlib (lua_State *L);
|
|
|
|
#endif /* NSE_BINLIB */
|