diff options
Diffstat (limited to 'utilities.h')
-rw-r--r-- | utilities.h | 5 |
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 !(); }; |