summaryrefslogtreecommitdiffstats
path: root/include/libfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libfile.h')
-rw-r--r--include/libfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libfile.h b/include/libfile.h
index 3f81718bbd..de4f42dbd1 100644
--- a/include/libfile.h
+++ b/include/libfile.h
@@ -24,4 +24,6 @@ int open_and_lseek(const char *filename, int mode, loff_t pos);
/* Create a directory and its parents */
int make_directory(const char *pathname);
+int unlink_recursive(const char *path, char **failedpath);
+
#endif /* __LIBFILE_H */