mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[FTP] lostpeer() is declared and defined with a void return type. #179
This commit is contained in:
parent
4d4e4bb68a
commit
018ba0f72e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue