summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-12 16:22:27 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-12 16:22:27 +0000
commit8f57f4e8597c8eae88c1e869aa51188e67788142 (patch)
tree84b2bc0b9276b247f5d234c6b1a1c56279830629 /protocols/IcqOscarJ/src/icq_proto.h
parentc1d0bec52e19d51117b05d3f7d80a366df657817 (diff)
- keep-alive thread removed;
- boolean variables obtained type bool git-svn-id: http://svn.miranda-ng.org/main/trunk@9775 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_proto.h')
-rw-r--r--protocols/IcqOscarJ/src/icq_proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h
index a3fb7b44f9..5c8a254f31 100644
--- a/protocols/IcqOscarJ/src/icq_proto.h
+++ b/protocols/IcqOscarJ/src/icq_proto.h
@@ -219,10 +219,9 @@ struct CIcqProto : public PROTO<CIcqProto>
//----| chan_05ping.cpp |-------------------------------------------------------------
void handlePingChannel(BYTE *buf, WORD wLen);
- void __cdecl KeepAliveThread(void *arg);
-
void StartKeepAlive(serverthread_info *info);
void StopKeepAlive(serverthread_info *info);
+ void CheckKeepAlive(serverthread_info *info);
//----| cookies.cpp |-----------------------------------------------------------------
icq_critical_section *cookieMutex; // we want this in avatar thread, used as queue lock