1
0
Fork 0
forked from len0rd/rockbox

Remove conditional added around set_day_of_week in r31301.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31305 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Boris Gjenero 2011-12-15 21:49:48 +00:00
parent e38baa0fae
commit 8414a44ad4
2 changed files with 1 additions and 3 deletions

View file

@ -30,8 +30,8 @@ struct tm *get_time(void);
int set_time(const struct tm *tm);
#if CONFIG_RTC
bool valid_time(const struct tm *tm);
void set_day_of_week(struct tm *tm);
#endif
void set_day_of_week(struct tm *tm);
#endif /* _TIMEFUNCS_H_ */