summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-04 20:37:08 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-04 20:37:08 +0300
commit8adfc2b2b5fa4aaab9fee1e8b5a38ad44da94306 (patch)
tree752330ef3723db75af3fd35dfba8963a012a6c78 /protocols/Steam/src/steam_proto.h
parent7ac843bf6b7ea419e4a0fcb7a36f0b5377383c44 (diff)
Steam: fix for adding users via auth requests
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r--protocols/Steam/src/steam_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h
index 76a2d57789..6ebec59789 100644
--- a/protocols/Steam/src/steam_proto.h
+++ b/protocols/Steam/src/steam_proto.h
@@ -92,6 +92,7 @@ public:
// PROTO_INTERFACE
MCONTACT AddToList(int flags, PROTOSEARCHRESULT *psr) override;
+ MCONTACT AddToListByEvent(int flags, int iContact, MEVENT hDbEvent) override;
int Authorize(MEVENT hDbEvent) override;
int AuthRecv(MCONTACT, PROTORECVEVENT*) override;