diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 50b884188..9de52331b 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -437,6 +437,9 @@ struct BUG_too_small { | |||
437 | }; | 437 | }; |
438 | 438 | ||
439 | 439 | ||
440 | void parse_datestr(const char *date_str, struct tm *tm_time) FAST_FUNC; | ||
441 | |||
442 | |||
440 | int xsocket(int domain, int type, int protocol) FAST_FUNC; | 443 | int xsocket(int domain, int type, int protocol) FAST_FUNC; |
441 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen) FAST_FUNC; | 444 | void xbind(int sockfd, struct sockaddr *my_addr, socklen_t addrlen) FAST_FUNC; |
442 | void xlisten(int s, int backlog) FAST_FUNC; | 445 | void xlisten(int s, int backlog) FAST_FUNC; |