mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 02:09:03 +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:
@@ -11,8 +11,6 @@ int luaopen_nmap(lua_State* l);
|
|||||||
int luaopen_stdnse_c (lua_State *L);
|
int luaopen_stdnse_c (lua_State *L);
|
||||||
void set_hostinfo(lua_State* l, Target* currenths);
|
void set_hostinfo(lua_State* l, Target* currenths);
|
||||||
void set_portinfo(lua_State* l, const Target *target, const Port* port);
|
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
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user