aboutsummaryrefslogtreecommitdiff
path: root/include/fs.h
diff options
context:
space:
mode:
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 5e41011..7e8ef12 100644
--- a/include/fs.h
+++ b/include/fs.h
@@ -25,6 +25,6 @@ char *dirname(const char *_path);
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);
#endif //SPM_FSTREE_H