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

Add missing NOLUA guards around the prototypes for printscriptresults

and printhostscriptresults.
This commit is contained in:
david
2010-08-20 16:34:59 +00:00
parent 5eeca041f8
commit 3f1ec7b628

View File

@@ -213,10 +213,12 @@ void printosscanoutput(Target *currenths);
service scan (if it was performed) */
void printserviceinfooutput(Target *currenths);
#ifndef NOLUA
/* Use this function to report NSE_PRE_SCAN and NSE_POST_SCAN results */
void printscriptresults(ScriptResults *scriptResults, stype scantype);
void printhostscriptresults(Target *currenths);
#endif
/* Print a table with traceroute hops. */
void printtraceroute(Target *currenths);