diff options
Diffstat (limited to 'include')
-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.
|