summaryrefslogtreecommitdiffstats
path: root/src/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data.h')
-rw-r--r--src/data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.h b/src/data.h
index 295cca5..e58d749 100644
--- a/src/data.h
+++ b/src/data.h
@@ -25,6 +25,7 @@ struct track {
bool path_exists(const char *path);
bool make_dir(const char *path);
+bool move_dir(const char *dst, const char *src);
bool rm_dir(const char *path, bool recursive);
bool rm_file(const char *path);
bool copy_file(const char *dst, const char *src);