1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Remove get_target() and get_port() function declaration from the nse_nmaplib.h since they are already declared in the nse_utility.h

This commit is contained in:
djalal
2011-02-10 08:45:50 +00:00
parent 7f7c78ad96
commit 6f57ba85ea

View File

@@ -11,8 +11,6 @@ int luaopen_nmap(lua_State* l);
int luaopen_stdnse_c (lua_State *L);
void set_hostinfo(lua_State* l, Target* currenths);
void set_portinfo(lua_State* l, const Target *target, const Port* port);
Target *get_target (lua_State *L, int index);
Port *get_port (lua_State *L, Target *target, Port *port, int index);
#endif