--- ftpcopy-0.6.2/src/readwrite.h.unistd 2004-01-29 15:48:14.073563104 +0100 +++ ftpcopy-0.6.2/src/readwrite.h 2004-01-29 15:48:08.052478448 +0100 @@ -4,7 +4,6 @@ #ifndef READWRITE_H #define READWRITE_H -extern int read(int, char *,unsigned int); -extern int write(int, const char *,unsigned int); +#include #endif