diff options
author | George Hazan <ghazan@miranda.im> | 2017-07-31 11:12:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-07-31 11:12:15 +0300 |
commit | 0759816934ba1f223451449f2fefad938217017c (patch) | |
tree | b5ac04e0132dca9d6c9189e8a027163980ec992f /include/newpluginapi.h | |
parent | 2a68715604212f62d96950341de9fa172c62d8c2 (diff) |
headers code cleaning
Diffstat (limited to 'include/newpluginapi.h')
-rw-r--r-- | include/newpluginapi.h | 6 |
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__
|