diff options
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* );
|