diff options
Diffstat (limited to 'include')
-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 7a43967cb..cee37f9d8 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -730,7 +730,7 @@ struct BUG_too_small { | |||
730 | }; | 730 | }; |
731 | 731 | ||
732 | 732 | ||
733 | void parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC; | 733 | int parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC; |
734 | time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC; | 734 | time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC; |
735 | char *strftime_HHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; | 735 | char *strftime_HHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; |
736 | char *strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; | 736 | char *strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; |