1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

Correct function prototypes from earlier change

This commit is contained in:
dmiller
2019-12-26 16:46:18 +00:00
parent 898988dcd3
commit 6d624f9ed7
2 changed files with 2 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ class EthernetHeader : public DataLinkLayerElement {
const u8 *getDstMAC() const;
int setEtherType(u16 val);
const u16 getEtherType() const;
u16 getEtherType() const;
};