From 9c2e7fae92152736a30fe487df3d3942e5a3e172 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 2 Mar 2020 16:20:58 -0500 Subject: Begin consolidating paths (manifests and temp directories) --- include/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fs.h') diff --git a/include/fs.h b/include/fs.h index eff266d..c0cc737 100644 --- a/include/fs.h +++ b/include/fs.h @@ -27,7 +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); +char *spm_mkdtemp(const char *name, const char *extended_path); #endif //SPM_FSTREE_H -- cgit