diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-07-31 10:33:27 +0200 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-07-31 10:33:27 +0200 |
commit | efe73e143ad8997a791b895c9ee21a68b6570429 (patch) | |
tree | d206dd97632286975a271ea1502f35b56165767f /firmware/export/filefuncs.h | |
parent | b358bcfc25272cb03dc95809c0c82688943f0f84 (diff) |
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
Diffstat (limited to 'firmware/export/filefuncs.h')
-rw-r--r-- | firmware/export/filefuncs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/filefuncs.h b/firmware/export/filefuncs.h index 3d4e73ad9f..92e97f65b0 100644 --- a/firmware/export/filefuncs.h +++ b/firmware/export/filefuncs.h @@ -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_ */ |