From 222cd09a54fa24a87614addbc6f68781f5344299 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Oct 2015 14:38:37 +0000 Subject: IsPluginLoaded - a function to detect if plugin is loaded git-svn-id: http://svn.miranda-ng.org/main/trunk@15619 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/newpluginapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3