1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Just added Paul's status patch

This commit is contained in:
fyodor
2005-12-31 00:32:42 +00:00
parent 554e1b01df
commit ccce12128f
16 changed files with 209 additions and 46 deletions

View File

@@ -199,10 +199,12 @@ void printserviceinfooutput(Target *currenths);
normal/skiddy/stdout output */
int print_iflist(void);
/* Prints a status message while the program is running */
void printStatusMessage();
/* Prints the statistics and other information that goes at the very end
of an Nmap run */
void printfinaloutput(int numhosts_scanned, int numhosts_up,
time_t starttime);
void printfinaloutput();
char* xml_convert (const char* str);
#endif /* OUTPUT_H */