From 23e5c022b7fdeba95d20d53eaac9cef061440aa7 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 25 Feb 2020 12:44:33 -0500 Subject: Add spm_mkdtemp() function --- include/fs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/fs.h') 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 -- cgit