diff options
Diffstat (limited to 'include/m_system.h')
-rw-r--r-- | include/m_system.h | 4 |
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)
|