diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-22 12:25:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-22 12:25:38 +0300 |
commit | b065360292ad47075b4f7938fe6f3f2c26902640 (patch) | |
tree | a9b1e881f0b98d9181d9945e45d87c58df2a8648 /include/newpluginapi.h | |
parent | 2a498d86625f65f6ab308fa20c421099c785bf94 (diff) |
SetServiceModePlugin - core functionality exported from mir_app
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r-- | include/newpluginapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h index dfb631c93b..6ced312160 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -53,6 +53,7 @@ __forceinline bool operator!=(const MUUID &p1, const MUUID &p2) MIR_APP_DLL(int) GetPluginLangId(const MUUID &uuid, int hLangpack);
MIR_APP_DLL(int) IsPluginLoaded(const MUUID &uuid);
+MIR_APP_DLL(int) SetServiceModePlugin(const wchar_t *wszPluginName);
/////////////////////////////////////////////////////////////////////////////////////////
// Used to define the end of the MirandaPluginInterface list
|