mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
Add the stdnse.sleep function.
This commit is contained in:
@@ -11,6 +11,7 @@ class Target;
|
||||
class Port;
|
||||
|
||||
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, Port* port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user