summaryrefslogtreecommitdiff
path: root/firmware/include/timefuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/include/timefuncs.h')
-rw-r--r--firmware/include/timefuncs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h
index 03bb06fb9c..d2f42eb9ff 100644
--- a/firmware/include/timefuncs.h
+++ b/firmware/include/timefuncs.h
@@ -27,5 +27,6 @@
27struct tm *get_time(void); 27struct tm *get_time(void);
28int set_time(const struct tm *tm); 28int set_time(const struct tm *tm);
29bool valid_time(const struct tm *tm); 29bool valid_time(const struct tm *tm);
30time_t mktime(struct tm *t);
30 31
31#endif /* _TIMEFUNCS_H_ */ 32#endif /* _TIMEFUNCS_H_ */