summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-11 21:10:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-11 21:10:29 +0000
commitc67de31a8ce0b1a43b11662674ac0b64d14812d4 (patch)
tree62379beba099e0f3914dfedfb3c6cdbd2398e957 /src/core
parent64d31b8977ef0ca184519a15bf30199e181458eb (diff)
MS_LANGPACK_LOOKUPHANDLE - helps plugins to detect another plugins' data
git-svn-id: http://svn.miranda-ng.org/main/trunk@910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core')
-rw-r--r--src/core/miranda.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/miranda.h b/src/core/miranda.h
index 7c356dab6d..8c3a3b1d20 100644
--- a/src/core/miranda.h
+++ b/src/core/miranda.h
@@ -124,6 +124,7 @@ extern HANDLE hOkToExitEvent, hModulesLoadedEvent, hevLoadModule, hevUnloadModul
/**** newplugins.cpp *******************************************************************/
char* GetPluginNameByInstance(HINSTANCE hInstance);
+int GetPluginLangByInstance(HINSTANCE hInstance);
int GetPluginFakeId(const MUUID &uuid, int hLangpack);
/**** utf.cpp **************************************************************************/