From 97bb35bf1222e14656a1d5db3aeb67312e094465 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 29 Dec 2024 19:26:53 +0300 Subject: Steam: added device authorization family --- .../src/protobuf-c/steammessages_deviceauth.steamclient.pb-c.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'protocols/Steam/src/protobuf-c') diff --git a/protocols/Steam/src/protobuf-c/steammessages_deviceauth.steamclient.pb-c.h b/protocols/Steam/src/protobuf-c/steammessages_deviceauth.steamclient.pb-c.h index c8b6a8d8a7..84db1e95da 100644 --- a/protocols/Steam/src/protobuf-c/steammessages_deviceauth.steamclient.pb-c.h +++ b/protocols/Steam/src/protobuf-c/steammessages_deviceauth.steamclient.pb-c.h @@ -4,7 +4,7 @@ #ifndef PROTOBUF_C_steammessages_5fdeviceauth_2esteamclient_2eproto__INCLUDED #define PROTOBUF_C_steammessages_5fdeviceauth_2esteamclient_2eproto__INCLUDED -#include +#include "protobuf-c.h" PROTOBUF_C__BEGIN_DECLS @@ -88,14 +88,6 @@ extern const ProtobufCServiceDescriptor device_auth__descriptor; extern "C" void message_init_generic(const ProtobufCMessageDescriptor * desc, ProtobufCMessage * message); -struct ProtobufCppMessage : public ProtobufCMessage -{ - ProtobufCppMessage(const ProtobufCMessageDescriptor &descr) - { - message_init_generic(&descr, this); - } -}; - struct CDeviceAuthGetOwnAuthorizedDevicesRequest : public ProtobufCppMessage { CDeviceAuthGetOwnAuthorizedDevicesRequest() : -- cgit v1.2.3