This commit is contained in:
Carl-Benedikt Krüger 2011-08-02 17:35:30 +02:00
parent c68844575c
commit 1ac47406c1

View file

@ -21,7 +21,7 @@ int cli_sendBuffer(Client* cli,void* pBuffer, unsigned int bufferlen)
return iResult;
}
else
return -1;
return -2;
}
int cli_ConnectTo(Client* cli,char * pAdresse,unsigned short Port,int webAdresse)