aboutgitcodebugslistschat
path: root/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'ip.h')
-rw-r--r--ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ip.h b/ip.h
index a8043c2..57d8661 100644
--- a/ip.h
+++ b/ip.h
@@ -136,4 +136,6 @@ static const struct in_addr in4addr_broadcast = { 0xffffffff };
#define IPV6_MIN_MTU 1280
#endif
+int ip4_class_prefix_len(const struct in_addr *addr);
+
#endif /* IP_H */