aboutsummaryrefslogtreecommitdiff
path: root/include/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fs.h b/include/fs.h
index 2b656c9..eff266d 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -27,5 +27,7 @@ char *basename(char *path);
int rsync(const char *_args, const char *_source, const char *_destination);
char *human_readable_size(uint64_t n);
char *expandpath(const char *_path);
+char *spm_mkdtemp(const char *name);
+
#endif //SPM_FSTREE_H