1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Updated some macros to clean up code. Moved

porttests and hosttests to Lua's registry where they belong.
This commit is contained in:
batrick
2008-07-07 17:33:36 +00:00
parent 8fa740fe04
commit f424fd21b2
4 changed files with 65 additions and 31 deletions

View File

@@ -28,5 +28,9 @@ int script_updatedb();
int script_check_args();
int process_waiting2running(lua_State *, int);
#endif
/* Useful auxiliary functions */
size_t table_length(lua_State *, int);
#endif