1
0
Fork 0
forked from len0rd/rockbox

Patch #5166 by Robert Keevil - Last.fm logging

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11269 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2006-10-19 09:42:58 +00:00
parent 1645d32aa3
commit da153da0be
17 changed files with 414 additions and 9 deletions

View file

@ -27,5 +27,6 @@
struct tm *get_time(void);
int set_time(const struct tm *tm);
bool valid_time(const struct tm *tm);
time_t mktime(struct tm *t);
#endif /* _TIMEFUNCS_H_ */