diff options
Diffstat (limited to 'firmware/include')
-rw-r--r-- | firmware/include/timefuncs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h index 2e8ef01ca6..25e041b576 100644 --- a/firmware/include/timefuncs.h +++ b/firmware/include/timefuncs.h | |||
@@ -28,6 +28,7 @@ | |||
28 | #include "time.h" | 28 | #include "time.h" |
29 | 29 | ||
30 | time_t dostime_mktime(uint16_t dosdate, uint16_t dostime); | 30 | time_t dostime_mktime(uint16_t dosdate, uint16_t dostime); |
31 | void dostime_localtime(time_t time, uint16_t* dosdate, uint16_t* dostime); | ||
31 | struct tm *get_time(void); | 32 | struct tm *get_time(void); |
32 | int set_time(const struct tm *tm); | 33 | int set_time(const struct tm *tm); |
33 | #if CONFIG_RTC | 34 | #if CONFIG_RTC |