diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index df7e45404..3e23b5bbd 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -818,7 +818,7 @@ ssize_t recv_from_to(int fd, void *buf, size_t len, int flags, | |||
818 | struct sockaddr *to, | 818 | struct sockaddr *to, |
819 | socklen_t sa_size) FAST_FUNC; | 819 | socklen_t sa_size) FAST_FUNC; |
820 | 820 | ||
821 | uint16_t inet_cksum(uint16_t *addr, int len) FAST_FUNC; | 821 | uint16_t inet_cksum(const void *addr, int len) FAST_FUNC; |
822 | int parse_pasv_epsv(char *buf) FAST_FUNC; | 822 | int parse_pasv_epsv(char *buf) FAST_FUNC; |
823 | 823 | ||
824 | /* 0 if argv[0] is NULL: */ | 824 | /* 0 if argv[0] is NULL: */ |