mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Revert r16307:16309, the merge from nmap-mem. I just found a
segmentation fault which I am investigating.
This commit is contained in:
parent
10f39ddd92
commit
1c6030709b
15 changed files with 519 additions and 595 deletions
|
|
@ -20,9 +20,9 @@ class ScriptResult
|
|||
std::string id;
|
||||
public:
|
||||
void set_output (const char *);
|
||||
std::string get_output (void) const;
|
||||
std::string get_output (void);
|
||||
void set_id (const char *);
|
||||
std::string get_id (void) const;
|
||||
std::string get_id (void);
|
||||
};
|
||||
|
||||
typedef std::vector<ScriptResult> ScriptResults;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue