diff options
author | George Hazan <ghazan@miranda.im> | 2023-04-24 13:10:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-04-24 13:10:07 +0300 |
commit | cce43e30dca000d713131a87ddd78265d71eb763 (patch) | |
tree | f65cff1ee61dae9bee7fa462aa98e8c45cbe554c /protocols/Telegram/src/proto.h | |
parent | e4a77876719997918082cb4973fe33558292e9a0 (diff) |
Telegram: introducing offline files processing
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 *); }; |