summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-08-14 16:18:15 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-08-14 16:18:15 +0300
commitcc9adee406ad0434e470dfc11ed3896c6be32073 (patch)
tree22643d0888e35c56fad6df9071bc6ec5c11235dd /protocols/JabberG/src/jabber_proto.h
parent444f8615792ebdfeb8278a13a2adf27c66783013 (diff)
Jabber: fix for retrieving QIP versions
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index aa2218411d..04b8118278 100755
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -603,6 +603,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
void InitPopups(void);
void MsgPopup(MCONTACT hContact, const wchar_t *szMsg, const wchar_t *szTitle);
CMStringW ExtractImage(HXML node);
+ const wchar_t* GetSoftName(const wchar_t *wszName);
//---- jabber_opt.cpp ----------------------------------------------------------------
INT_PTR __cdecl OnMenuHandleRosterControl(WPARAM wParam, LPARAM lParam);