diff options
Diffstat (limited to 'include/files.h')
| -rw-r--r-- | include/files.h | 1 |
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 |
