summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/filesystem-app.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/filesystem-app.h')
-rw-r--r--firmware/target/hosted/filesystem-app.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/target/hosted/filesystem-app.h b/firmware/target/hosted/filesystem-app.h
index 2d7d6e817d..b35b63e95f 100644
--- a/firmware/target/hosted/filesystem-app.h
+++ b/firmware/target/hosted/filesystem-app.h
@@ -107,7 +107,6 @@ ssize_t app_readlink(const char *path, char *buf, size_t bufsize);
107#ifndef DIRFUNCTIONS_DECLARED 107#ifndef DIRFUNCTIONS_DECLARED
108DIR * app_opendir(const char *dirname); 108DIR * app_opendir(const char *dirname);
109struct dirent * app_readdir(DIR *dirp); 109struct dirent * app_readdir(DIR *dirp);
110int app_readdir_r(DIR *dirp, struct dirent* entry, struct dirent **result);
111int app_closedir(DIR *dirp); 110int app_closedir(DIR *dirp);
112int app_mkdir(const char *path); 111int app_mkdir(const char *path);
113int app_rmdir(const char *path); 112int app_rmdir(const char *path);