1
0
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:
david
2009-12-20 03:22:19 +00:00
parent 1c6030709b
commit 7db7da0007
15 changed files with 607 additions and 527 deletions

View File

@@ -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;