diff options
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r-- | protocols/Telegram/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h index 562be0e434..25c4bd9af3 100644 --- a/protocols/Telegram/src/proto.h +++ b/protocols/Telegram/src/proto.h @@ -319,6 +319,7 @@ public: // Services ////////////////////////////////////////////////////////////////////////// INT_PTR __cdecl AddByPhone(WPARAM, LPARAM); + INT_PTR __cdecl OfflineFile(WPARAM, LPARAM); // Options /////////////////////////////////////////////////////////////////////////// @@ -335,6 +336,7 @@ public: // Processing Threads //////////////////////////////////////////////////////////////// + void __cdecl OfflineFileThread(void *); void __cdecl ServerThread(void *); }; |