1 2 3 4 5 6 7
#ifndef NMAP_LUA_DNET_H #define NMAP_LUA_DNET_H LUALIB_API int luaopen_dnet (lua_State *L); #endif