Use the new progressbar value slot instead of wrapping around it.
[Rockbox.git] / uisimulator / sdl / timefuncs.h
blobde17fcdc73e40bb74353764e64e9a662e80bc4a8
1 #include <time.h>
2 #include <stdbool.h>
4 /* struct tm defined */
5 struct tm *get_time(void);
6 int set_time(const struct tm *tm);
7 bool valid_time(const struct tm *tm);