From b58f2f446a6acb22ebc3ed51acc2591c95d00569 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 9 Jul 2014 16:14:09 +0000 Subject: unused parameter removed git-svn-id: http://svn.miranda-ng.org/main/trunk@9748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/src/icq_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/IcqOscarJ/src/icq_proto.h') 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 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); -- cgit v1.2.3