diff options
| author | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 07:16:31 +0000 |
|---|---|---|
| committer | dacctal <donotcontactmevia@email.invalid> | 2026-07-18 07:16:31 +0000 |
| commit | 71b2cbcf9d1eb730fec8aa64436d7ea59d7cec08 (patch) | |
| tree | cfd990e272d854063e6f4e98b686f3c29d7d13b4 /include/files.h | |
| parent | 7b5719b26119545e8877f2144c1476ec97d00abc (diff) | |
fix lua vm bugs, remove git repo when one already exists
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 |
