diff options
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 0c61b50960..e02d454caf 100644 --- a/include/newpluginapi.h +++ b/include/newpluginapi.h @@ -50,6 +50,7 @@ struct MUUID };
MIR_APP_DLL(int) GetPluginLangId(const MUUID &uuid, int hLangpack);
+MIR_APP_DLL(int) IsPluginLoaded(const MUUID &uuid);
/////////////////////////////////////////////////////////////////////////////////////////
// Used to define the end of the MirandaPluginInterface list
|