summaryrefslogtreecommitdiff
path: root/include/m_options.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-12-06 19:22:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-12-06 19:22:19 +0300
commit5a16d189158c71db28c481a44706c73c83fd6e76 (patch)
tree4771bbef05a0980c1cb5378c942752b2e82c6ded /include/m_options.h
parent31c93335992e5527e23523e84687c2fb52340d91 (diff)
KillModuleOptions - more handly helper than an event hook
Diffstat (limited to 'include/m_options.h')
-rw-r--r--include/m_options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_options.h b/include/m_options.h
index e89de0af08..bd1b3faea2 100644
--- a/include/m_options.h
+++ b/include/m_options.h
@@ -84,6 +84,8 @@ struct OPTIONSDIALOGPAGE
EXTERN_C MIR_APP_DLL(int) Options_AddPage(WPARAM wParam, OPTIONSDIALOGPAGE *odp, int = hLangpack);
+EXTERN_C MIR_APP_DLL(void) KillModuleOptions(int _hLang);
+
// The behaviour if the options dialog is already open is that it will just be
// activated, the page won't be changed. This may change in the future.