From 6f57ba85ea041adff9ccf59d5499a4a2ea05f15e Mon Sep 17 00:00:00 2001 From: djalal Date: Thu, 10 Feb 2011 08:45:50 +0000 Subject: [PATCH] Remove get_target() and get_port() function declaration from the nse_nmaplib.h since they are already declared in the nse_utility.h --- nse_nmaplib.h | 2 -- 1 file changed, 2 deletions(-) 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