diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:29:29 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-07-26 18:29:29 +0530 |
commit | 0fab8d3176e6adee1bb2e44e0386d3295a99261b (patch) | |
tree | 6f5b3bc8f94549719a0cc53d1f22a33f36b2de77 /src/copy.c | |
parent | 9376c06ded47c4b77b94cb4d1e628537d9d69fce (diff) |
util: move ptr_wrapper_t to util
Diffstat (limited to 'src/copy.c')
-rw-r--r-- | src/copy.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -9,8 +9,6 @@ #include <sys/stat.h> #include <unistd.h> -#include "../config.h" - int copy_recursively(const char *fpath, const struct stat *sb, |