diff options
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r-- | protocols/IcqOscarJ/src/icq_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h index cc4b6a8e4b..a3fb7b44f9 100644 --- a/protocols/IcqOscarJ/src/icq_proto.h +++ b/protocols/IcqOscarJ/src/icq_proto.h @@ -555,7 +555,7 @@ struct CIcqProto : public PROTO<CIcqProto> void __cdecl SendPacketAsyncThread(icq_packet* pArgs);
void __cdecl ServerThread(serverthread_start_info *infoParam);
- void icq_serverDisconnect(BOOL bBlock);
+ void icq_serverDisconnect(void);
void icq_login(const char* szPassword);
int handleServerPackets(BYTE *buf, int len, serverthread_info *info);
|