summaryrefslogtreecommitdiffstats
path: root/lib/ip.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ip.h')
-rw-r--r--lib/ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ip.h b/lib/ip.h
index 2e9c8a5..1bce89f 100644
--- a/lib/ip.h
+++ b/lib/ip.h
@@ -49,5 +49,6 @@
char *ip_ntop(ip_addr a, char *);
char *ip_ntox(ip_addr a, char *);
+int ip_pton(char *a, ip_addr *o);
#endif