diff --git a/reactos/base/applications/network/ftp/prototypes.h b/reactos/base/applications/network/ftp/prototypes.h index 7ad8a4c4812..d179333cfeb 100644 --- a/reactos/base/applications/network/ftp/prototypes.h +++ b/reactos/base/applications/network/ftp/prototypes.h @@ -44,7 +44,6 @@ int getit(int argc, const char *argv[], int restartit, const char *mode); int sleep(int time); char *tail(); -int errno; char *mktemp(); void setbell(), setdebug(); void setglob(), sethash(), setport();