mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +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:
parent
7f7c78ad96
commit
6f57ba85ea
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue