mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[FTP] lostpeer() is declared and defined with a void return type. #179
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user