Improved safety and reliability of the --add option

This commit is contained in:
Marc
2022-10-02 19:11:37 +02:00
parent 511a4ae352
commit bdb2f52d07
6 changed files with 135 additions and 45 deletions
+1
View File
@@ -11,5 +11,6 @@
int copy(const char * path, const char * dest, u_int32_t flags);
int delete(const char * path, bool recursive);
int move(const char * source, const char * destination);
void casefold(const char * folder);
#endif