summaryrefslogtreecommitdiffstats
path: root/include/arpa
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-08-24 20:25:52 +0000
committerbms <bms@FreeBSD.org>2007-08-24 20:25:52 +0000
commit82ec544dbb14e2349c090c77997a0c36009d07af (patch)
tree47ccf220f4416fa9cd07f63be29effdcc49d6b09 /include/arpa
parent320c840549a88a53aedaa03274f259071bccb809 (diff)
downloadFreeBSD-src-82ec544dbb14e2349c090c77997a0c36009d07af.zip
FreeBSD-src-82ec544dbb14e2349c090c77997a0c36009d07af.tar.gz
Remove old prototypes for addr2ascii() and ascii2addr(), functions which no
longer exist in libc. Requested by: Craig Rodrigues Approved by: re (kensmith)
Diffstat (limited to 'include/arpa')
-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 c6a4d07..b670836 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);
OpenPOWER on IntegriCloud