diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 476deea871..bb0238d494 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -248,12 +248,15 @@ public: // Services ////////////////////////////////////////////////////////////////////////// INT_PTR __cdecl SvcCreateAccMgrUI(WPARAM, LPARAM); - + // Events //////////////////////////////////////////////////////////////////////////// int __cdecl OnOptionsInit(WPARAM, LPARAM); int __cdecl OnDbMarkedRead(WPARAM, LPARAM); + int __cdecl GcMenuHook(WPARAM, LPARAM); + int __cdecl GcEventHook(WPARAM, LPARAM); + // Options /////////////////////////////////////////////////////////////////////////// CMOption<uint32_t> m_iCountry; // set this status to m_iStatus1 after this interval of secs |