diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-06 19:22:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-06 19:22:19 +0300 |
commit | 5a16d189158c71db28c481a44706c73c83fd6e76 (patch) | |
tree | 4771bbef05a0980c1cb5378c942752b2e82c6ded /include/m_options.h | |
parent | 31c93335992e5527e23523e84687c2fb52340d91 (diff) |
KillModuleOptions - more handly helper than an event hook
Diffstat (limited to 'include/m_options.h')
-rw-r--r-- | include/m_options.h | 2 |
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.
|