diff options
Diffstat (limited to 'lib/ip.h')
-rw-r--r-- | lib/ip.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -492,10 +492,4 @@ int ip6_pton(const char *a, ip6_addr *o); char *ip_scope_text(uint); -struct prefix { - ip_addr addr; - uint len; -}; - - #endif |