aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h2
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
733void parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC; 733int parse_datestr(const char *date_str, struct tm *ptm) FAST_FUNC;
734time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC; 734time_t validate_tm_time(const char *date_str, struct tm *ptm) FAST_FUNC;
735char *strftime_HHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; 735char *strftime_HHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC;
736char *strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC; 736char *strftime_YYYYMMDDHHMMSS(char *buf, unsigned len, time_t *tp) FAST_FUNC;