diff options
Diffstat (limited to 'protocols/JabberG/jabber.h')
-rw-r--r-- | protocols/JabberG/jabber.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/jabber.h b/protocols/JabberG/jabber.h index 363cf2fb7d..bd21b30dc8 100644 --- a/protocols/JabberG/jabber.h +++ b/protocols/JabberG/jabber.h @@ -575,6 +575,7 @@ extern BOOL (WINAPI *JabberIsThemeActive)(); extern HRESULT (WINAPI *JabberDrawThemeParentBackground)(HWND, HDC, RECT *);
extern const TCHAR xmlnsOwner[];
+extern char szCoreVersion[];
extern int g_cbCountries;
extern struct CountryListEntry* g_countries;
|