summaryrefslogtreecommitdiffstats
path: root/include/libfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libfile.h')
-rw-r--r--include/libfile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libfile.h b/include/libfile.h
index eb4311d0bc..fd2fadeaa8 100644
--- a/include/libfile.h
+++ b/include/libfile.h
@@ -26,4 +26,8 @@ int make_directory(const char *pathname);
int unlink_recursive(const char *path, char **failedpath);
+char *make_temp(const char *template);
+
+int cache_file(const char *path, char **newpath);
+
#endif /* __LIBFILE_H */