summaryrefslogtreecommitdiff
path: root/networkPrefix.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-02-27 21:25:34 +0000
committerOthmar Gsenger <otti@anytun.org>2008-02-27 21:25:34 +0000
commit0fbddcb83a4a3f79da8ba01d593f4064f0ce26ac (patch)
treea9edad038475d880e2e52a6d416eeafd0536da1b /networkPrefix.h
parentadded mux to options (diff)
added mux support and routing table
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 93ce386..e11f6e7 100644
--- a/networkPrefix.h
+++ b/networkPrefix.h
@@ -39,6 +39,7 @@
class NetworkPrefix : public NetworkAddress
{
public:
+ NetworkPrefix(const NetworkAddress &);
void setNetworkPrefixLength(uint8_t length );
uint8_t getNetworkPrefixLength();
bool operator<(const NetworkPrefix &s) const;