summaryrefslogtreecommitdiff
path: root/utils/filepath.h
diff options
context:
space:
mode:
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_ */