diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 79a37a759..6dd4d7cae 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -523,7 +523,8 @@ struct BUG_too_small { | |||
523 | 523 | ||
524 | void parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC; | 524 | void parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC; |
525 | time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC; | 525 | time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC; |
526 | 526 | char *strftime_HHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; | |
527 | char *strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; | ||
527 | 528 | ||
528 | int xsocket(int domain, int type, int protocol) FAST_FUNC; | 529 | int xsocket(int domain, int type, int protocol) FAST_FUNC; |
529 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen) FAST_FUNC; | 530 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen) FAST_FUNC; |