summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-08-03 19:37:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-08-03 19:37:15 +0300
commita185b0078f635f7bc3a6e5fdf8579164732eb159 (patch)
treeb68c34caf0b387957502b2ba63b96736bd80cde5 /include
parentf38fdd5fa8c435c42e31fcc8f99c796515355067 (diff)
core part of CloseAction went to the core
Diffstat (limited to 'include')
-rw-r--r--include/m_system.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/m_system.h b/include/m_system.h
index d7185749c2..761daf613a 100644
--- a/include/m_system.h
+++ b/include/m_system.h
@@ -112,6 +112,10 @@ EXTERN_C MIR_APP_DLL(bool) Miranda_IsTerminated(void);
// if everyone acknowleges OK to exit then returns true, otherwise false
EXTERN_C MIR_APP_DLL(bool) Miranda_OkToExit(void);
+// Used by contact lists inside CloseAction
+// Waits for a permission to exit and destroys contact list
+EXTERN_C MIR_APP_DLL(void) Miranda_Close(void);
+
/*
wParam : 0
lParam : (address) void (__cdecl *callback) (void)