diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h index 0ea88a623..fc0a0ae6c 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -280,7 +280,7 @@ int xsocket(int domain, int type, int protocol); | |||
280 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen); | 280 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen); |
281 | void xlisten(int s, int backlog); | 281 | void xlisten(int s, int backlog); |
282 | void xconnect(int s, const struct sockaddr *s_addr, socklen_t addrlen); | 282 | void xconnect(int s, const struct sockaddr *s_addr, socklen_t addrlen); |
283 | ssize_t xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, | 283 | ssize_t xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, |
284 | socklen_t tolen); | 284 | socklen_t tolen); |
285 | int setsockopt_reuseaddr(int fd); | 285 | int setsockopt_reuseaddr(int fd); |
286 | int setsockopt_broadcast(int fd); | 286 | int setsockopt_broadcast(int fd); |
@@ -656,7 +656,6 @@ extern void bb_info_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2 | |||
656 | /* These are used internally -- you shouldn't need to use them */ | 656 | /* These are used internally -- you shouldn't need to use them */ |
657 | extern void bb_verror_msg(const char *s, va_list p, const char *strerr); | 657 | extern void bb_verror_msg(const char *s, va_list p, const char *strerr); |
658 | extern void bb_vperror_msg(const char *s, va_list p); | 658 | extern void bb_vperror_msg(const char *s, va_list p); |
659 | extern void bb_vinfo_msg(const char *s, va_list p); | ||
660 | 659 | ||
661 | 660 | ||
662 | /* applets which are useful from another applets */ | 661 | /* applets which are useful from another applets */ |