nmap/nse_binlib.h
2008-07-31 14:18:21 +00:00

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