summaryrefslogtreecommitdiff
path: root/include/newpluginapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r--include/newpluginapi.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/newpluginapi.h b/include/newpluginapi.h
index a9705a6ae1..0eb71c9f80 100644
--- a/include/newpluginapi.h
+++ b/include/newpluginapi.h
@@ -138,4 +138,10 @@ struct PLUGININFOEX
#define ME_SYSTEM_MODULEUNLOAD "Miranda/System/UnloadModule"
+/////////////////////////////////////////////////////////////////////////////////////////
+// initializes the plugin-specific translation context v0.10.0+
+// always returns 0
+
+EXTERN_C MIR_CORE_DLL(void) mir_getLP(const PLUGININFOEX *pInfo, int *_hLang = &hLangpack);
+
#endif // M_NEWPLUGINAPI_H__