summaryrefslogtreecommitdiff
path: root/networkPrefix.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-28 17:09:06 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-28 17:09:06 +0000
commit62c4bf0fd2b504798c120284958105681f9e20f6 (patch)
treee04cbc56baf28864313da2a26eb4cb43b43fe920 /networkPrefix.h
parentreduced routing sync overhead (diff)
further routing fixes
Diffstat (limited to 'networkPrefix.h')
-rw-r--r--networkPrefix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/networkPrefix.h b/networkPrefix.h
index e11f6e7..d5316bd 100644
--- a/networkPrefix.h
+++ b/networkPrefix.h
@@ -39,6 +39,7 @@
class NetworkPrefix : public NetworkAddress
{
public:
+ NetworkPrefix();
NetworkPrefix(const NetworkAddress &);
void setNetworkPrefixLength(uint8_t length );
uint8_t getNetworkPrefixLength();