diff options
| author | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 20:40:35 +0000 |
|---|---|---|
| committer | Robert Drehmel <robert@FreeBSD.org> | 2002-08-14 20:40:35 +0000 |
| commit | b7dbaf7b46e3801e05050872619180ac60c7126a (patch) | |
| tree | f8ad2c443a1f3613a98bf4e10404aa3616e72d33 /include/arpa | |
| parent | 0054a46d1da472a8c044dcb4449842b9ae7f44c2 (diff) | |
Notes
Diffstat (limited to 'include/arpa')
| -rw-r--r-- | include/arpa/inet.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/arpa/inet.h b/include/arpa/inet.h index d16fd1fbde15..ecfcb4922062 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -139,8 +139,9 @@ uint16_t ntohs(uint16_t); in_addr_t inet_addr(const char *); char *inet_ntoa(struct in_addr); -const char *inet_ntop(int, const void *, char *, socklen_t); -int inet_pton(int, const char *, void *); +const char *inet_ntop(int, const void *__restrict, char *__restrict, + socklen_t); +int inet_pton(int, const char *__restrict, void *__restrict); #if __BSD_VISIBLE int ascii2addr(int, const char *, void *); |
