From 8adfc2b2b5fa4aaab9fee1e8b5a38ad44da94306 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 Jan 2021 20:37:08 +0300 Subject: Steam: fix for adding users via auth requests --- protocols/Steam/src/steam_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Steam/src/steam_proto.h') 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; -- cgit v1.2.3