diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-05 11:25:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-05 11:25:42 +0300 |
commit | 1c4de8a7703b5b45a525210d201bec8c06ab11f1 (patch) | |
tree | a6547fac1783e779747509b841ee3e85a9f4423e /protocols/JabberG/src/jabber_proto.h | |
parent | 0fb3573a8a849c92574ce4b04103643fdfa95cbd (diff) |
fixes #1911 (chinese in Jabber extended search)
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 3bea53160a..40227f952c 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -700,7 +700,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface //---- jabber_search.cpp -------------------------------------------------------------
- void SearchReturnResults(HANDLE id, void* pvUsersInfo, UNIQUE_MAP *pmAllFields);
void OnIqResultAdvancedSearch(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
void OnIqResultGetSearchFields(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
int SearchRenewFields(HWND hwndDlg, JabberSearchData * dat);
|