diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-12 14:53:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-12 14:53:23 +0000 |
commit | 1bc1672368e1ba87a68fca21b846c70156e71f05 (patch) | |
tree | f4265b4e50fedd1f149be0c136e2b28088522850 /protocols/JabberG/src/stdafx.h | |
parent | bdb3f0597f6ac1eac050a68053d2c4acebdf644d (diff) |
jabber: shit wiping began
git-svn-id: http://svn.miranda-ng.org/main/trunk@16633 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 0e54bb6000..87c791afb1 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -676,7 +676,6 @@ int g_OnToolbarInit(WPARAM, LPARAM); //---- jabber_misc.c ------------------------------------------------
void JabberChatDllError(void);
-int JabberCompareJids(const TCHAR *jid1, const TCHAR *jid2);
TCHAR* UnEscapeChatTags(TCHAR* str_in);
//---- jabber_adhoc.cpp ---------------------------------------------
|