diff --git a/nse_nmaplib.h b/nse_nmaplib.h index 41eddc92d..56013344e 100644 --- a/nse_nmaplib.h +++ b/nse_nmaplib.h @@ -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