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