#ifndef __COPY_H #define __COPY_H #include #include int copy_recursively(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf); #endif