From b065360292ad47075b4f7938fe6f3f2c26902640 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 22 Mar 2018 12:25:38 +0300 Subject: SetServiceModePlugin - core functionality exported from mir_app --- include/newpluginapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3