1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00
Files
nmap/nse_bitlib.h
2006-12-11 00:34:26 +00:00

10 lines
124 B
C

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