diff options
author | George Hazan <ghazan@miranda.im> | 2023-02-09 18:22:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-02-09 18:22:12 +0300 |
commit | b7718450b0856447bb7098f73d674fbd54c16e2d (patch) | |
tree | 4863436fb5574f501b92b465ae598dc0d18ec9a3 /protocols/Telegram/src/utils.h | |
parent | 5ef0585dbd3bfbc09093bc8f24f41e4ae2349c59 (diff) |
database support for new protocols
Diffstat (limited to 'protocols/Telegram/src/utils.h')
-rw-r--r-- | protocols/Telegram/src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/utils.h b/protocols/Telegram/src/utils.h index 50e96676b7..846428a086 100644 --- a/protocols/Telegram/src/utils.h +++ b/protocols/Telegram/src/utils.h @@ -1 +1,3 @@ #pragma once
+
+char *getSender(const TD::MessageSender *pSender, char *pDest, size_t cbSize);
|