diff options
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r-- | protocols/JabberG/src/jabber.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h index 3a415aefaf..e482113872 100644 --- a/protocols/JabberG/src/jabber.h +++ b/protocols/JabberG/src/jabber.h @@ -592,6 +592,8 @@ extern TCHAR szCoreVersion[]; extern int g_cbCountries;
extern struct CountryListEntry* g_countries;
+extern FI_INTERFACE *FIP;
+
/*******************************************************************
* Function declarations
*******************************************************************/
@@ -753,7 +755,6 @@ time_t str2time(const TCHAR*); const TCHAR *JabberStrIStr(const TCHAR *str, const TCHAR *substr);
void JabberCopyText(HWND hwnd, TCHAR *text);
-void JabberBitmapPremultiplyChannels(HBITMAP hBitmap);
CJabberProto *JabberChooseInstance(bool bIsLink=false);
bool JabberReadXep203delay(HXML node, time_t &msgTime);
|