summaryrefslogtreecommitdiff
path: root/protocols/IcqOscarJ/src/icq_server.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-09 16:14:09 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-09 16:14:09 +0000
commitb58f2f446a6acb22ebc3ed51acc2591c95d00569 (patch)
treee869c6cd8c39fc3db1f21c8d54b897961a82fdff /protocols/IcqOscarJ/src/icq_server.h
parenta35f8740e62fc7953e4aa94601646e1999e639ed (diff)
unused parameter removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@9748 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/src/icq_server.h')
-rw-r--r--protocols/IcqOscarJ/src/icq_server.h27
1 files changed, 9 insertions, 18 deletions
diff --git a/protocols/IcqOscarJ/src/icq_server.h b/protocols/IcqOscarJ/src/icq_server.h
index eba3ecfa42..2559ced355 100644
--- a/protocols/IcqOscarJ/src/icq_server.h
+++ b/protocols/IcqOscarJ/src/icq_server.h
@@ -40,32 +40,23 @@ struct serverthread_start_info
struct serverthread_info
{
struct CIcqProto *ppro;
- int bLoggedIn;
- int isLoginServer;
+ int bLoggedIn;
+ int isLoginServer;
BYTE szAuthKey[20];
WORD wAuthKeyLen;
WORD wServerPort;
char *newServer;
BYTE *cookieData;
- int cookieDataLen;
- int newServerSSL;
- int newServerReady;
- int isMigrating;
+ int cookieDataLen;
+ int newServerSSL;
+ int newServerReady;
+ int isMigrating;
+ int bReinitRecver;
+ int bMyAvatarInited;
+
HANDLE hPacketRecver;
- int bReinitRecver;
- int bMyAvatarInited;
-//
HANDLE hDirectBoundPort;
-//
HANDLE hKeepAliveEvent;
};
-/*---------* Functions *---------------*/
-
-void icq_serverDisconnect(BOOL bBlock);
-void icq_login(const char *szPassword);
-
-int IsServerOverRate(WORD wFamily, WORD wCommand, int nLevel);
-
-
#endif /* __ICQ_SERVER_H */