summaryrefslogtreecommitdiff
path: root/include/m_protoint.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-25 20:00:55 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-25 20:00:55 +0300
commit9ea18ddc413a8c1eae6c32fe16e162a1998079c1 (patch)
tree0fcf08adc603e6420fae94bf79d7ede357b96edb /include/m_protoint.h
parentc104e058686d3d36bc9b15d84bfd9b84740cd3fa (diff)
Telegram: offline files to be links from the very beginning
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r--include/m_protoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h
index 07e461a118..83a4d8d523 100644
--- a/include/m_protoint.h
+++ b/include/m_protoint.h
@@ -266,6 +266,9 @@ public:
// called when the Account Manager needs to draw short account's options
virtual MWindow OnCreateAccMgrUI(MWindow hwndParent);
+ // called when an offline file is being created
+ virtual void OnCreateOfflineFile(DB::FILE_BLOB &blob, void *ft);
+
// called when an event is altered in database
virtual void OnEventDeleted(MCONTACT, MEVENT);