summaryrefslogtreecommitdiffstats
path: root/loader2/copy.h
blob: 01013682ff08f464b4afe30237b9ca4f2a410be9 (plain)
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