diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2014-08-31 04:04:02 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2014-08-31 04:04:02 +0000 |
commit | 3b357cf6b14aecdcc6e80d854af0a55b847fc1f1 (patch) | |
tree | d844b02368425a225f4c7916aae2e830e884620b /include/arpa | |
parent | cf03146d8e339391ed58e8720667a7283b40eb97 (diff) |
inet_nsap_{addr,ntoa}() were removed on 2013/12/17
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/inet.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 34828d05311..af15984d974 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: inet.h,v 1.16 2014/07/12 16:25:08 guenther Exp $ */ +/* $OpenBSD: inet.h,v 1.17 2014/08/31 04:04:01 guenther Exp $ */ /* * ++Copyright++ 1983, 1993 @@ -116,8 +116,6 @@ char *inet_net_ntop(int, const void *, int, char *, size_t) __attribute__((__bounded__(__string__,4,5))); int inet_net_pton(int, const char *, void *, size_t) __attribute__((__bounded__(__string__,3,4))); -unsigned int inet_nsap_addr(const char *, unsigned char *, int); -char *inet_nsap_ntoa(int, const unsigned char *, char *); #endif /* __BSD_VISIBLE */ __END_DECLS |