1 2 3 4 5 6 7
#ifndef H_COPY #define H_COPY int copyDirectory (char *from, char *to, void (*warnFn)(char *), void (*errorFn)(char *)); #endif