summaryrefslogtreecommitdiff
path: root/utils/filepath.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-05 12:06:47 +0100
committerVincent Sanders <vince@kyllikki.org>2014-06-05 12:06:47 +0100
commitf1c2dde13bf1ca59a466cfed2f2d2076c06b235f (patch)
tree3c8ef58913108a1b5da66dc0431127cc655851a7 /utils/filepath.h
parent80bee65a71a7e85cb800e5d1d1f58525c855cb09 (diff)
downloadnetsurf-f1c2dde13bf1ca59a466cfed2f2d2076c06b235f.tar.gz
netsurf-f1c2dde13bf1ca59a466cfed2f2d2076c06b235f.tar.bz2
extend file table with mkdir all and make fs backing store use it.
enable fs backing store for RISC OS.
Diffstat (limited to 'utils/filepath.h')
-rw-r--r--utils/filepath.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/utils/filepath.h b/utils/filepath.h
index 61b7209cc..ad077e2ce 100644
--- a/utils/filepath.h
+++ b/utils/filepath.h
@@ -127,13 +127,5 @@ char **filepath_path_to_strvec(const char *path);
void filepath_free_strvec(char **pathv);
-/**
- * Ensure that all directory elements needed to store a filename exist.
- *
- * @param fname The filename to ensure the path to exists.
- * @return NSERROR_OK on success or error code on failure.
- */
-nserror filepath_mkdir_all(const char *fname);
-
#endif /* _NETSURF_UTILS_FILEPATH_H_ */