summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/sametime_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-30 17:06:18 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-30 17:06:18 +0000
commitcb10237090daf55027158e08ef86c458e25528bc (patch)
tree2d36d3de1f10eabf80ae734154306b8393a2c62a /protocols/Sametime/src/sametime_proto.h
parent1bbd0c6ab972fea466fd9328ce6e584ebc94fc58 (diff)
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@8793 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Sametime/src/sametime_proto.h')
-rw-r--r--protocols/Sametime/src/sametime_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Sametime/src/sametime_proto.h b/protocols/Sametime/src/sametime_proto.h
index 16cbeb17b0..fd4e3a43c8 100644
--- a/protocols/Sametime/src/sametime_proto.h
+++ b/protocols/Sametime/src/sametime_proto.h
@@ -66,6 +66,7 @@ struct CSametimeProto : public PROTO<CSametimeProto>
INT_PTR __cdecl GetStatus(WPARAM wParam, LPARAM lParam);
INT_PTR __cdecl SametimeLoadIcon(WPARAM wParam, LPARAM lParam);
int __cdecl OnWindowEvent(WPARAM wParam, LPARAM lParam);
+ int __cdecl OnModulesLoaded(WPARAM wParam, LPARAM lParam);
int __cdecl OnPreShutdown(WPARAM wParam, LPARAM lParam);
int __cdecl OnIdleChanged(WPARAM wParam, LPARAM lParam);
void SetAllOffline();
@@ -136,7 +137,6 @@ struct CSametimeProto : public PROTO<CSametimeProto>
WORD GetClientVersion();
WORD GetServerVersion();
INT_PTR __cdecl SessionAnnounce(WPARAM wParam, LPARAM lParam);
- void InitGroupChats();
void InitAwayMsg();
void DeinitAwayMsg();
void InitMeanwhileServices();