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:
parent
1645d32aa3
commit
da153da0be
17 changed files with 414 additions and 9 deletions
|
@ -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_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue