diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-02 16:20:58 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-02 16:20:58 -0500 |
commit | 9c2e7fae92152736a30fe487df3d3942e5a3e172 (patch) | |
tree | 764a0ebd9a17672586ea84cd7e99d0e44be3e754 /include/fs.h | |
parent | d49db7d0981861d979765647cce3c6468a012301 (diff) | |
download | spmc-9c2e7fae92152736a30fe487df3d3942e5a3e172.tar.gz |
Begin consolidating paths (manifests and temp directories)
Diffstat (limited to 'include/fs.h')
-rw-r--r-- | include/fs.h | 2 |
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 |