[FTP] lostpeer() is declared and defined with a void return type. #179

This commit is contained in:
Amine Khaldi 2017-12-25 20:25:38 +01:00
parent 4d4e4bb68a
commit 018ba0f72e

View file

@ -73,7 +73,11 @@ int ptflag = 0;
int allbinary; int allbinary;
struct sockaddr_in myctladdr; struct sockaddr_in myctladdr;
uid_t getuid(); uid_t getuid();
#ifdef __REACTOS__
void lostpeer(void);
#else
sig_t lostpeer(); sig_t lostpeer();
#endif
off_t restart_point = 0; off_t restart_point = 0;
SOCKET cin, cout; SOCKET cin, cout;