aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-09-17 11:36:53 +0100
committerRon Yorston <rmy@pobox.com>2021-09-17 11:38:52 +0100
commit46299d0c4f4c9a4bbad38bbbe26f196e1bccdc52 (patch)
tree6194cdabc0858ae3bed0276679b3b80a722f4150 /include
parentcf91de46997888b7096352805c05401e7ebae01e (diff)
parent9fe1548bbfde548d54acaab113656a56ea0ccc72 (diff)
downloadbusybox-w32-46299d0c4f4c9a4bbad38bbbe26f196e1bccdc52.tar.gz
busybox-w32-46299d0c4f4c9a4bbad38bbbe26f196e1bccdc52.tar.bz2
busybox-w32-46299d0c4f4c9a4bbad38bbbe26f196e1bccdc52.zip
Merge branch 'busybox' into merge
Disable FEATURE_TIMEZONE for now.
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;