diff options
Diffstat (limited to 'include')
-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 796c350..c41b649 100644 --- a/include/fs.h +++ b/include/fs.h @@ -39,7 +39,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, const char *extended_path); +char *spm_mkdtemp(const char *base, const char *name, const char *extended_path); int touch(const char *path); |