nmap/nse_bitlib.h
2006-12-11 00:34:26 +00:00

9 lines
124 B
C

#ifndef NSE_BITLIB
#define NSE_BITLIB
#define NSE_BITLIBNAME "bit"
LUALIB_API int luaopen_bitlib (lua_State *L);
#endif