diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-14 15:53:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-06-14 15:53:24 +0300 |
commit | 05980e01a9b5cc567f8d85d5b7d8ddd4a3fe0e8b (patch) | |
tree | 5c1bbdf4cac18afd82e5fb1dcb552df705acd52a /utilities.h | |
parent | f39ee981130774d536255a90e2e7aba71706e213 (diff) |
modified: utilities.cpp
modified: utilities.h
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 6 |
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 !(); }; |