diff options
author | George Hazan <george.hazan@gmail.com> | 2015-10-26 14:38:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-10-26 14:38:37 +0000 |
commit | 222cd09a54fa24a87614addbc6f68781f5344299 (patch) | |
tree | 79c09a1eb5df0bf805a110299b8606bbea1996e3 /include/newpluginapi.h | |
parent | 618febeffb16eaf488517671b26a2810b66ac7f6 (diff) |
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
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
|