1
0
Fork 0
forked from len0rd/rockbox

infrastructure for sorting by date+time, now we "only" need to decide on the UI

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4778 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jörg Hohensohn 2004-06-20 16:34:29 +00:00
parent 4b6e00d4c9
commit 74eb64257a
5 changed files with 8 additions and 0 deletions

View file

@ -36,6 +36,8 @@ struct dirent {
int attribute;
int size;
int startcluster;
unsigned short wrtdate; /* Last write date */
unsigned short wrttime; /* Last write time */
};
#endif