summaryrefslogtreecommitdiff
path: root/include/newpluginapi.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-22 12:25:38 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-22 12:25:38 +0300
commitb065360292ad47075b4f7938fe6f3f2c26902640 (patch)
treea9b1e881f0b98d9181d9945e45d87c58df2a8648 /include/newpluginapi.h
parent2a498d86625f65f6ab308fa20c421099c785bf94 (diff)
SetServiceModePlugin - core functionality exported from mir_app
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r--include/newpluginapi.h1
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