summaryrefslogtreecommitdiffstats
path: root/lib/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ip.h')
-rw-r--r--lib/ip.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ip.h b/lib/ip.h
index 9b247d5..38f561b 100644
--- a/lib/ip.h
+++ b/lib/ip.h
@@ -38,6 +38,8 @@
#define SCOPE_ORGANIZATION 3
#define SCOPE_UNIVERSE 4
+char *ip_scope_text(unsigned);
+
/*
* Is it a valid network prefix?
*/