diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-23 08:36:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-23 08:36:06 +0000 |
commit | 704a24032eb7067ea526b37d03d8fe935331beea (patch) | |
tree | 62f4263f624a66ff4957aad148f324f7a40d6e6f /protocols/Gadu-Gadu/gg_proto.h | |
parent | d828acae837c71992f6a5f9dd688ba7afd944e56 (diff) |
fixed problems with services
git-svn-id: http://svn.miranda-ng.org/main/trunk@1109 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/gg_proto.h')
-rw-r--r-- | protocols/Gadu-Gadu/gg_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Gadu-Gadu/gg_proto.h b/protocols/Gadu-Gadu/gg_proto.h index bc0d560d3b..4d1e1d6fd8 100644 --- a/protocols/Gadu-Gadu/gg_proto.h +++ b/protocols/Gadu-Gadu/gg_proto.h @@ -234,6 +234,7 @@ struct GGPROTO : public PROTO_INTERFACE, public MZeroedObject void sessions_menus_init(HGENMENU hRoot);
/* Event helpers */
+ void createObjService(const char* szService, GGServiceFunc serviceProc);
void createProtoService(const char* szService, GGServiceFunc serviceProc);
HANDLE hookProtoEvent(const char*, GGEventFunc);
void forkThread(GGThreadFunc, void* );
|