diff options
Diffstat (limited to 'lib/ip.h')
-rw-r--r-- | lib/ip.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ #define SCOPE_SITE 2 #define SCOPE_ORGANIZATION 3 #define SCOPE_UNIVERSE 4 +#define SCOPE_UNDEFINED 5 char *ip_scope_text(unsigned); |