aboutsummaryrefslogtreecommitdiff
path: root/include/fs.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-03-02 16:20:58 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-03-02 16:20:58 -0500
commit9c2e7fae92152736a30fe487df3d3942e5a3e172 (patch)
tree764a0ebd9a17672586ea84cd7e99d0e44be3e754 /include/fs.h
parentd49db7d0981861d979765647cce3c6468a012301 (diff)
downloadspmc-9c2e7fae92152736a30fe487df3d3942e5a3e172.tar.gz
Begin consolidating paths (manifests and temp directories)
Diffstat (limited to 'include/fs.h')
-rw-r--r--include/fs.h2
1 files changed, 1 insertions, 1 deletions
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