summaryrefslogtreecommitdiff
path: root/utilities.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-06-14 15:53:24 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-06-14 15:53:24 +0300
commit05980e01a9b5cc567f8d85d5b7d8ddd4a3fe0e8b (patch)
tree5c1bbdf4cac18afd82e5fb1dcb552df705acd52a /utilities.h
parentf39ee981130774d536255a90e2e7aba71706e213 (diff)
modified: utilities.cpp
modified: utilities.h
Diffstat (limited to 'utilities.h')
-rw-r--r--utilities.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/utilities.h b/utilities.h
index dfddf3d..4870696 100644
--- a/utilities.h
+++ b/utilities.h
@@ -9,9 +9,9 @@ public:
int AccountNumber;
IJabberInterface *JabberInterface;
HJHANDLER hPrescenseHandler, hMessageHandler, hIqHandler;
- JABBER_HANDLER_FUNC PrescenseHandler();
- JABBER_HANDLER_FUNC MessageHandler();
- JABBER_HANDLER_FUNC IqHandler();
+ 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);
class JabberAccount *next;
BOOL operator !();
};