mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
10 lines
124 B
C
10 lines
124 B
C
#ifndef NSE_BITLIB
|
|
#define NSE_BITLIB
|
|
|
|
#define NSE_BITLIBNAME "bit"
|
|
|
|
LUALIB_API int luaopen_bitlib (lua_State *L);
|
|
|
|
#endif
|
|
|