mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Correct function prototypes from earlier change
This commit is contained in:
parent
898988dcd3
commit
6d624f9ed7
2 changed files with 2 additions and 2 deletions
|
|
@ -197,7 +197,7 @@ class EthernetHeader : public DataLinkLayerElement {
|
|||
const u8 *getDstMAC() const;
|
||||
|
||||
int setEtherType(u16 val);
|
||||
const u16 getEtherType() const;
|
||||
u16 getEtherType() const;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -614,7 +614,7 @@ struct ultra_scan_performance_vars : public scan_performance_vars {
|
|||
|
||||
struct HssPredicate {
|
||||
public:
|
||||
const int operator() (const HostScanStats *lhs, const HostScanStats *rhs) const;
|
||||
int operator() (const HostScanStats *lhs, const HostScanStats *rhs) const;
|
||||
static struct sockaddr_storage *ss;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue