diff options
author | Martin Mares <mj@ucw.cz> | 1999-11-25 15:34:20 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-11-25 15:34:20 +0000 |
commit | ea32afb765381e642a525409a8f6cdff99aa0225 (patch) | |
tree | 9171d46d0a8111cfaa2ac0e0596dd411c78e9eab /lib/ip.h | |
parent | 1a509a6310cb2a5211bf3ac9fd963f06d9109cb1 (diff) |
Added ip_scope_text() for translating of scopes to strings.
Diffstat (limited to 'lib/ip.h')
-rw-r--r-- | lib/ip.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ #define SCOPE_ORGANIZATION 3 #define SCOPE_UNIVERSE 4 +char *ip_scope_text(unsigned); + /* * Is it a valid network prefix? */ |