summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-24 20:47:23 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-24 20:47:23 +0000
commit0aefd54a58157eb6272fea9018a63e7cf39d5cf2 (patch)
tree1754641cd4a19e7a1bdf8147b7387d949fd6d3e1 /protocols/JabberG/src/jabber.h
parentedc889e1188d25838da939e0ec49f057ec7ee99e (diff)
duplicate code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r--protocols/JabberG/src/jabber.h3
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);