mirror of
https://github.com/nmap/nmap.git
synced 2026-02-04 12:36:34 +00:00
Merge again from /nmap-exp/david/nmap-mem; this fixes a couple of bugs.
This commit is contained in:
@@ -20,9 +20,9 @@ class ScriptResult
|
||||
std::string id;
|
||||
public:
|
||||
void set_output (const char *);
|
||||
std::string get_output (void);
|
||||
std::string get_output (void) const;
|
||||
void set_id (const char *);
|
||||
std::string get_id (void);
|
||||
std::string get_id (void) const;
|
||||
};
|
||||
|
||||
typedef std::vector<ScriptResult> ScriptResults;
|
||||
|
||||
Reference in New Issue
Block a user