diff options
author | George Hazan <ghazan@miranda.im> | 2020-05-24 11:35:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-05-24 11:35:29 +0300 |
commit | 6461368c27087631355bd024a5a899cee6b2c623 (patch) | |
tree | 6bfd5993079a8e3122ad324a9b6c3159665b6b78 /protocols/ICQ-WIM/src/proto.h | |
parent | 6cd98af71aaba31ac85c65a966cd672016a023ef (diff) |
ICQ-WIM: auth request support
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r-- | protocols/ICQ-WIM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h index 2a4436fb39..47e8cba068 100644 --- a/protocols/ICQ-WIM/src/proto.h +++ b/protocols/ICQ-WIM/src/proto.h @@ -405,6 +405,7 @@ class CIcqProto : public PROTO<CIcqProto> MCONTACT AddToList( int flags, PROTOSEARCHRESULT *psr) override; + int AuthRecv(MCONTACT, PROTORECVEVENT *pre) override; int AuthRequest(MCONTACT hContact, const wchar_t *szMessage) override; INT_PTR GetCaps(int type, MCONTACT hContact = NULL) override; |