summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-06-22 00:05:05 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-06-22 00:05:05 +0300
commitafe33ac168746507a1dca08c85b46a8211fa7162 (patch)
tree2a5314915958bea6c7d4153627ccc0eec26a59c4 /utilities.h
parentf6d98c0326bac0275d5f08243abeef1da3707975 (diff)
fixed handlers initialization //hint by deathdemon
Diffstat (limited to 'utilities.h')
-rw-r--r--utilities.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/utilities.h b/utilities.h
index f9d492b..9ddf044 100644
--- a/utilities.h
+++ b/utilities.h
@@ -24,11 +24,6 @@ public:
int AccountNumber;
IJabberInterface *JabberInterface;
HJHANDLER hPrescenseHandler, hMessageHandler, hIqHandler;
- JABBER_HANDLER_FUNC PrescenseHandler(IJabberInterface *ji, HXML node, void *pUserData);
- JABBER_HANDLER_FUNC MessageHandler(IJabberInterface *ji, HXML node, void *pUserData);
- JABBER_HANDLER_FUNC IqHandler(IJabberInterface *ji, HXML node, void *pUserData);
- HXML pNODE, mNODE, iNODE;
- void *ppUserData, *mpUserData, *ipUserData;
class JabberAccount *next;
BOOL operator !();
};