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

This commit is contained in:
Amine Khaldi
2017-12-25 20:25:57 +01:00
parent 4d4e4bb68a
commit 018ba0f72e
+4
View File
@@ -73,7 +73,11 @@ int ptflag = 0;
int allbinary;
struct sockaddr_in myctladdr;
uid_t getuid();
#ifdef __REACTOS__
void lostpeer(void);
#else
sig_t lostpeer();
#endif
off_t restart_point = 0;
SOCKET cin, cout;