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:
2
output.h
2
output.h
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user