1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00
Files
nmap/nse_binlib.h
2008-07-31 14:18:21 +00:00

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 */