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

Output for script results is now sortedi alphabetically.

This commit is contained in:
sean
2012-06-23 04:17:24 +00:00
parent b6f66fba81
commit bfeecd1895
2 changed files with 26 additions and 2 deletions

View File

@@ -251,4 +251,8 @@ void printfinaloutput();
were found. */
void printdatafilepaths();
/*This is a helper function to determine the ordering of the script results
based on their id */
bool comparescriptids(ScriptResult first, ScriptResult second);
#endif /* OUTPUT_H */