diff options
author | Martin Mares <mj@ucw.cz> | 1998-11-27 20:29:27 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-11-27 20:29:27 +0100 |
commit | dfeef5d8bb9fe19cb44d4121fd8324179a38b7a0 (patch) | |
tree | de2dd54f7d4ce687d80f8f16d1e721c09b330d71 /lib/ip.h | |
parent | a3afae585af9a544f919a95509107aae33fbe53c (diff) | |
download | bird-dfeef5d8bb9fe19cb44d4121fd8324179a38b7a0.tar bird-dfeef5d8bb9fe19cb44d4121fd8324179a38b7a0.zip |
Implemented ip_pton()
Diffstat (limited to 'lib/ip.h')
-rw-r--r-- | lib/ip.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |