aboutsummaryrefslogtreecommitdiff
path: root/include/arpa/inet.h
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2007-08-24 20:25:52 +0000
committerBruce M Simpson <bms@FreeBSD.org>2007-08-24 20:25:52 +0000
commit0ad9d01971d34cc6650a233dcb6de63f7953f60f (patch)
tree47ccf220f4416fa9cd07f63be29effdcc49d6b09 /include/arpa/inet.h
parent680e3e034bda3baa63726991a0ad3c49ba060e9d (diff)
downloadsrc-0ad9d01971d34cc6650a233dcb6de63f7953f60f.tar.gz
src-0ad9d01971d34cc6650a233dcb6de63f7953f60f.zip
Remove old prototypes for addr2ascii() and ascii2addr(), functions which no
longer exist in libc. Requested by: Craig Rodrigues Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=171954
Diffstat (limited to 'include/arpa/inet.h')
-rw-r--r--include/arpa/inet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h
index c6a4d0775fcf..b6708366dd15 100644
--- a/include/arpa/inet.h
+++ b/include/arpa/inet.h
@@ -154,8 +154,6 @@ const char *inet_ntop(int, const void * __restrict, char * __restrict,
int inet_pton(int, const char * __restrict, void * __restrict);
#if __BSD_VISIBLE
-int ascii2addr(int, const char *, void *);
-char *addr2ascii(int, const void *, int, char *);
int inet_aton(const char *, struct in_addr *);
in_addr_t inet_lnaof(struct in_addr);
struct in_addr inet_makeaddr(in_addr_t, in_addr_t);