aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/files.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/files.h b/include/files.h
index 8054bd8..9a17c88 100644
--- a/include/files.h
+++ b/include/files.h
@@ -29,5 +29,6 @@ bool file_exists(const char *path);
bool is_directory(const char *path);
str cmd_out(const char *cmd);
void cpdir(const char *src_path, const char *dst_path);
+int remove_tree(const char *path);
#endif