diff options
Diffstat (limited to 'firmware/export/rbpaths.h')
-rw-r--r-- | firmware/export/rbpaths.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/firmware/export/rbpaths.h b/firmware/export/rbpaths.h index 3600709482..b04d669716 100644 --- a/firmware/export/rbpaths.h +++ b/firmware/export/rbpaths.h @@ -70,27 +70,6 @@ #define HOME_DIR_LEN (sizeof(HOME_DIR)-1) -#ifdef APPLICATION - -#include <dirent.h> -#include <fcntl.h> -#include <unistd.h> - -int app_open(const char *name, int o, ...); -int app_creat(const char* name, mode_t mode); -int app_remove(const char *name); -int app_rename(const char *old, const char *new); -DIR* app_opendir(const char *_name); -int app_closedir(DIR *dir); -struct dirent* app_readdir(DIR* dir); -int app_mkdir(const char* name); -int app_rmdir(const char* name); -ssize_t app_readlink(const char *path, char *buf, size_t bufsiz); - -extern void paths_init(void); - -#endif - #define REC_BASE_DIR HOME_DIR #define PLAYLIST_CATALOG_DEFAULT_DIR HOME_DIR "/Playlists" |