1 2 3 4 5 6 7 8 9
#ifndef NMAP_LUA_NSOCK_H #define NMAP_LUA_NSOCK_H #include "nse_lua.h" LUALIB_API int luaopen_nsock (lua_State *); #endif