1
0
Fork 0
forked from len0rd/rockbox

Fix database tool.

It was also broken functionally, probably since a while.So restore the
functionality. Run it on the dap, the tcd files will be placed into .rockbox folder.

Change-Id: Id7a6ce4389dfaf99799258902be80d630af0601c
This commit is contained in:
Thomas Martitz 2012-07-31 10:33:27 +02:00
parent b358bcfc25
commit efe73e143a
10 changed files with 62 additions and 64 deletions

View file

@ -31,10 +31,9 @@
int strip_volume(const char* name, char* namecopy);
#endif
#ifndef __PCTOOL__
bool file_exists(const char *file);
bool dir_exists(const char *path);
#endif
extern struct dirinfo dir_get_info(DIR* parent, struct dirent *entry);
#endif /* __INCLUDE_FILEFUNCS_H_ */