1
0
Fork 0
forked from len0rd/rockbox

localtime() proto for sims

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6004 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-02-18 14:41:42 +00:00
parent 0308fc2c96
commit 56337006ff

View file

@ -28,8 +28,9 @@ typedef long time_t;
typedefs */
#define _TIME_T_DEFINED
time_t time(time_t *t);
struct tm *localtime(const time_t *timep);
#endif
#endif /* SIMULATOR */
#endif /* _TIME_H_ */