1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 13:19:04 +00:00

merge soc07 r4860 - Add verbose data file path reporting. Some more changes might be coming, for example to change the conditions under which this information is displayed.

This commit is contained in:
fyodor
2007-08-11 03:59:18 +00:00
parent cb799fcef9
commit 5e3bb361f2
10 changed files with 120 additions and 0 deletions

View File

@@ -205,5 +205,9 @@ void printStatusMessage();
of an Nmap run */
void printfinaloutput();
/* Prints the names of data files that were loaded and the paths at which they
were found. */
void printdatafilepaths();
char* xml_convert (const char* str);
#endif /* OUTPUT_H */