From c54d474786faff7a4ddf8a835600b26770a1630b Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Tue, 2 Nov 2010 21:16:37 +0000 Subject: [PATCH] Update Protobuf-C to 0.14 --- src/Mumble.pb-c.c | 479 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 331 insertions(+), 148 deletions(-) diff --git a/src/Mumble.pb-c.c b/src/Mumble.pb-c.c index d0bbec9..2daa927 100644 --- a/src/Mumble.pb-c.c +++ b/src/Mumble.pb-c.c @@ -1,5 +1,10 @@ /* Generated by the protocol buffer compiler. DO NOT EDIT! */ +/* Do not generate deprecated warnings for self */ +#ifndef PROTOBUF_C_NO_DEPRECATED +#define PROTOBUF_C_NO_DEPRECATED +#endif + #include "Mumble.pb-c.h" void mumble_proto__version__init (MumbleProto__Version *message) @@ -431,6 +436,12 @@ void mumble_proto__user_state__free_unpacked PROTOBUF_C_ASSERT (message->base.descriptor == &mumble_proto__user_state__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } +void mumble_proto__ban_list__ban_entry__init + (MumbleProto__BanList__BanEntry *message) +{ + static MumbleProto__BanList__BanEntry init_value = MUMBLE_PROTO__BAN_LIST__BAN_ENTRY__INIT; + *message = init_value; +} void mumble_proto__ban_list__init (MumbleProto__BanList *message) { @@ -560,6 +571,18 @@ void mumble_proto__permission_denied__free_unpacked PROTOBUF_C_ASSERT (message->base.descriptor == &mumble_proto__permission_denied__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } +void mumble_proto__acl__chan_group__init + (MumbleProto__ACL__ChanGroup *message) +{ + static MumbleProto__ACL__ChanGroup init_value = MUMBLE_PROTO__ACL__CHAN_GROUP__INIT; + *message = init_value; +} +void mumble_proto__acl__chan_acl__init + (MumbleProto__ACL__ChanACL *message) +{ + static MumbleProto__ACL__ChanACL init_value = MUMBLE_PROTO__ACL__CHAN_ACL__INIT; + *message = init_value; +} void mumble_proto__acl__init (MumbleProto__ACL *message) { @@ -775,6 +798,12 @@ void mumble_proto__context_action__free_unpacked PROTOBUF_C_ASSERT (message->base.descriptor == &mumble_proto__context_action__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } +void mumble_proto__user_list__user__init + (MumbleProto__UserList__User *message) +{ + static MumbleProto__UserList__User init_value = MUMBLE_PROTO__USER_LIST__USER__INIT; + *message = init_value; +} void mumble_proto__user_list__init (MumbleProto__UserList *message) { @@ -818,6 +847,12 @@ void mumble_proto__user_list__free_unpacked PROTOBUF_C_ASSERT (message->base.descriptor == &mumble_proto__user_list__descriptor); protobuf_c_message_free_unpacked ((ProtobufCMessage*)message, allocator); } +void mumble_proto__voice_target__target__init + (MumbleProto__VoiceTarget__Target *message) +{ + static MumbleProto__VoiceTarget__Target init_value = MUMBLE_PROTO__VOICE_TARGET__TARGET__INIT; + *message = init_value; +} void mumble_proto__voice_target__init (MumbleProto__VoiceTarget *message) { @@ -958,7 +993,8 @@ static const ProtobufCFieldDescriptor mumble_proto__version__field_descriptors[4 PROTOBUF_C_OFFSETOF(MumbleProto__Version, version), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "release", @@ -969,7 +1005,8 @@ static const ProtobufCFieldDescriptor mumble_proto__version__field_descriptors[4 PROTOBUF_C_OFFSETOF(MumbleProto__Version, release), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "os", @@ -980,7 +1017,8 @@ static const ProtobufCFieldDescriptor mumble_proto__version__field_descriptors[4 PROTOBUF_C_OFFSETOF(MumbleProto__Version, os), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "os_version", @@ -991,7 +1029,8 @@ static const ProtobufCFieldDescriptor mumble_proto__version__field_descriptors[4 PROTOBUF_C_OFFSETOF(MumbleProto__Version, os_version), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__version__field_indices_by_name[] = { @@ -1017,7 +1056,8 @@ const ProtobufCMessageDescriptor mumble_proto__version__descriptor = mumble_proto__version__field_descriptors, mumble_proto__version__field_indices_by_name, 1, mumble_proto__version__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__version__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__udptunnel__field_descriptors[1] = { @@ -1030,7 +1070,8 @@ static const ProtobufCFieldDescriptor mumble_proto__udptunnel__field_descriptors PROTOBUF_C_OFFSETOF(MumbleProto__UDPTunnel, packet), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__udptunnel__field_indices_by_name[] = { @@ -1053,7 +1094,8 @@ const ProtobufCMessageDescriptor mumble_proto__udptunnel__descriptor = mumble_proto__udptunnel__field_descriptors, mumble_proto__udptunnel__field_indices_by_name, 1, mumble_proto__udptunnel__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__udptunnel__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__authenticate__field_descriptors[4] = { @@ -1066,7 +1108,8 @@ static const ProtobufCFieldDescriptor mumble_proto__authenticate__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__Authenticate, username), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "password", @@ -1077,7 +1120,8 @@ static const ProtobufCFieldDescriptor mumble_proto__authenticate__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__Authenticate, password), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "tokens", @@ -1088,7 +1132,8 @@ static const ProtobufCFieldDescriptor mumble_proto__authenticate__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__Authenticate, tokens), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "celt_versions", @@ -1099,7 +1144,8 @@ static const ProtobufCFieldDescriptor mumble_proto__authenticate__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__Authenticate, celt_versions), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__authenticate__field_indices_by_name[] = { @@ -1125,7 +1171,8 @@ const ProtobufCMessageDescriptor mumble_proto__authenticate__descriptor = mumble_proto__authenticate__field_descriptors, mumble_proto__authenticate__field_indices_by_name, 1, mumble_proto__authenticate__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__authenticate__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] = { @@ -1138,7 +1185,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, timestamp), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "good", @@ -1149,7 +1197,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, good), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "late", @@ -1160,7 +1209,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, late), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "lost", @@ -1171,7 +1221,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, lost), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "resync", @@ -1182,7 +1233,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, resync), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "udp_packets", @@ -1193,7 +1245,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, udp_packets), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "tcp_packets", @@ -1204,7 +1257,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, tcp_packets), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "udp_ping_avg", @@ -1215,7 +1269,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, udp_ping_avg), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "udp_ping_var", @@ -1226,7 +1281,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, udp_ping_var), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "tcp_ping_avg", @@ -1237,7 +1293,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, tcp_ping_avg), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "tcp_ping_var", @@ -1248,7 +1305,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ping__field_descriptors[11] PROTOBUF_C_OFFSETOF(MumbleProto__Ping, tcp_ping_var), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__ping__field_indices_by_name[] = { @@ -1281,7 +1339,8 @@ const ProtobufCMessageDescriptor mumble_proto__ping__descriptor = mumble_proto__ping__field_descriptors, mumble_proto__ping__field_indices_by_name, 1, mumble_proto__ping__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__ping__init, + NULL,NULL,NULL /* reserved[123] */ }; const ProtobufCEnumValue mumble_proto__reject__reject_type__enum_values_by_number[8] = { @@ -1334,7 +1393,8 @@ static const ProtobufCFieldDescriptor mumble_proto__reject__field_descriptors[2] PROTOBUF_C_OFFSETOF(MumbleProto__Reject, type), &mumble_proto__reject__reject_type__descriptor, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "reason", @@ -1345,7 +1405,8 @@ static const ProtobufCFieldDescriptor mumble_proto__reject__field_descriptors[2] PROTOBUF_C_OFFSETOF(MumbleProto__Reject, reason), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__reject__field_indices_by_name[] = { @@ -1369,7 +1430,8 @@ const ProtobufCMessageDescriptor mumble_proto__reject__descriptor = mumble_proto__reject__field_descriptors, mumble_proto__reject__field_indices_by_name, 1, mumble_proto__reject__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__reject__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__server_sync__allow_html__default_value = 1; static const ProtobufCFieldDescriptor mumble_proto__server_sync__field_descriptors[5] = @@ -1383,7 +1445,8 @@ static const ProtobufCFieldDescriptor mumble_proto__server_sync__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__ServerSync, session), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "max_bandwidth", @@ -1394,7 +1457,8 @@ static const ProtobufCFieldDescriptor mumble_proto__server_sync__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__ServerSync, max_bandwidth), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "welcome_text", @@ -1405,7 +1469,8 @@ static const ProtobufCFieldDescriptor mumble_proto__server_sync__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__ServerSync, welcome_text), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "permissions", @@ -1416,7 +1481,8 @@ static const ProtobufCFieldDescriptor mumble_proto__server_sync__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__ServerSync, permissions), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "allow_html", @@ -1427,7 +1493,8 @@ static const ProtobufCFieldDescriptor mumble_proto__server_sync__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__ServerSync, allow_html), NULL, &mumble_proto__server_sync__allow_html__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__server_sync__field_indices_by_name[] = { @@ -1454,7 +1521,8 @@ const ProtobufCMessageDescriptor mumble_proto__server_sync__descriptor = mumble_proto__server_sync__field_descriptors, mumble_proto__server_sync__field_indices_by_name, 1, mumble_proto__server_sync__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__server_sync__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__channel_remove__field_descriptors[1] = { @@ -1467,7 +1535,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_remove__field_descri PROTOBUF_C_OFFSETOF(MumbleProto__ChannelRemove, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__channel_remove__field_indices_by_name[] = { @@ -1490,7 +1559,8 @@ const ProtobufCMessageDescriptor mumble_proto__channel_remove__descriptor = mumble_proto__channel_remove__field_descriptors, mumble_proto__channel_remove__field_indices_by_name, 1, mumble_proto__channel_remove__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__channel_remove__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__channel_state__temporary__default_value = 0; static const int32_t mumble_proto__channel_state__position__default_value = 0; @@ -1505,7 +1575,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "parent", @@ -1516,7 +1587,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, parent), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "name", @@ -1527,7 +1599,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, name), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "links", @@ -1538,7 +1611,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, links), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "description", @@ -1549,7 +1623,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, description), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "links_add", @@ -1560,7 +1635,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, links_add), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "links_remove", @@ -1571,7 +1647,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, links_remove), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "temporary", @@ -1582,7 +1659,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, temporary), NULL, &mumble_proto__channel_state__temporary__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "position", @@ -1593,7 +1671,8 @@ static const ProtobufCFieldDescriptor mumble_proto__channel_state__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ChannelState, position), NULL, &mumble_proto__channel_state__position__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__channel_state__field_indices_by_name[] = { @@ -1624,7 +1703,8 @@ const ProtobufCMessageDescriptor mumble_proto__channel_state__descriptor = mumble_proto__channel_state__field_descriptors, mumble_proto__channel_state__field_indices_by_name, 1, mumble_proto__channel_state__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__channel_state__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__user_remove__field_descriptors[4] = { @@ -1637,7 +1717,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_remove__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__UserRemove, session), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "actor", @@ -1648,7 +1729,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_remove__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__UserRemove, actor), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "reason", @@ -1659,7 +1741,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_remove__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__UserRemove, reason), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "ban", @@ -1670,7 +1753,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_remove__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__UserRemove, ban), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__user_remove__field_indices_by_name[] = { @@ -1696,7 +1780,8 @@ const ProtobufCMessageDescriptor mumble_proto__user_remove__descriptor = mumble_proto__user_remove__field_descriptors, mumble_proto__user_remove__field_indices_by_name, 1, mumble_proto__user_remove__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__user_remove__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptors[15] = { @@ -1709,7 +1794,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, session), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "actor", @@ -1720,7 +1806,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, actor), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "name", @@ -1731,7 +1818,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, name), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "user_id", @@ -1742,7 +1830,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, user_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "channel_id", @@ -1753,7 +1842,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "mute", @@ -1764,7 +1854,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, mute), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "deaf", @@ -1775,7 +1866,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, deaf), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "suppress", @@ -1786,7 +1878,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, suppress), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "self_mute", @@ -1797,7 +1890,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, self_mute), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "self_deaf", @@ -1808,7 +1902,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, self_deaf), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "texture", @@ -1819,7 +1914,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, texture), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "plugin_context", @@ -1830,7 +1926,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, plugin_context), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "plugin_identity", @@ -1841,7 +1938,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, plugin_identity), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "comment", @@ -1852,7 +1950,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, comment), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "hash", @@ -1863,7 +1962,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_state__field_descriptor PROTOBUF_C_OFFSETOF(MumbleProto__UserState, hash), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__user_state__field_indices_by_name[] = { @@ -1900,7 +2000,8 @@ const ProtobufCMessageDescriptor mumble_proto__user_state__descriptor = mumble_proto__user_state__field_descriptors, mumble_proto__user_state__field_indices_by_name, 1, mumble_proto__user_state__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__user_state__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_descriptors[7] = { @@ -1913,7 +2014,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_d PROTOBUF_C_OFFSETOF(MumbleProto__BanList__BanEntry, address), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "mask", @@ -1924,7 +2026,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_d PROTOBUF_C_OFFSETOF(MumbleProto__BanList__BanEntry, mask), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "name", @@ -1935,7 +2038,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_d PROTOBUF_C_OFFSETOF(MumbleProto__BanList__BanEntry, name), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "hash", @@ -1946,7 +2050,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_d PROTOBUF_C_OFFSETOF(MumbleProto__BanList__BanEntry, hash), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "reason", @@ -1957,7 +2062,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_d PROTOBUF_C_OFFSETOF(MumbleProto__BanList__BanEntry, reason), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "start", @@ -1968,7 +2074,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_d PROTOBUF_C_OFFSETOF(MumbleProto__BanList__BanEntry, start), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "duration", @@ -1979,7 +2086,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__ban_entry__field_d PROTOBUF_C_OFFSETOF(MumbleProto__BanList__BanEntry, duration), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__ban_list__ban_entry__field_indices_by_name[] = { @@ -2008,7 +2116,8 @@ const ProtobufCMessageDescriptor mumble_proto__ban_list__ban_entry__descriptor = mumble_proto__ban_list__ban_entry__field_descriptors, mumble_proto__ban_list__ban_entry__field_indices_by_name, 1, mumble_proto__ban_list__ban_entry__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__ban_list__ban_entry__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__ban_list__query__default_value = 0; static const ProtobufCFieldDescriptor mumble_proto__ban_list__field_descriptors[2] = @@ -2022,7 +2131,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__field_descriptors[ PROTOBUF_C_OFFSETOF(MumbleProto__BanList, bans), &mumble_proto__ban_list__ban_entry__descriptor, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "query", @@ -2033,7 +2143,8 @@ static const ProtobufCFieldDescriptor mumble_proto__ban_list__field_descriptors[ PROTOBUF_C_OFFSETOF(MumbleProto__BanList, query), NULL, &mumble_proto__ban_list__query__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__ban_list__field_indices_by_name[] = { @@ -2057,7 +2168,8 @@ const ProtobufCMessageDescriptor mumble_proto__ban_list__descriptor = mumble_proto__ban_list__field_descriptors, mumble_proto__ban_list__field_indices_by_name, 1, mumble_proto__ban_list__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__ban_list__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__text_message__field_descriptors[5] = { @@ -2070,7 +2182,8 @@ static const ProtobufCFieldDescriptor mumble_proto__text_message__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__TextMessage, actor), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "session", @@ -2081,7 +2194,8 @@ static const ProtobufCFieldDescriptor mumble_proto__text_message__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__TextMessage, session), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "channel_id", @@ -2092,7 +2206,8 @@ static const ProtobufCFieldDescriptor mumble_proto__text_message__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__TextMessage, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "tree_id", @@ -2103,7 +2218,8 @@ static const ProtobufCFieldDescriptor mumble_proto__text_message__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__TextMessage, tree_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "message", @@ -2114,7 +2230,8 @@ static const ProtobufCFieldDescriptor mumble_proto__text_message__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__TextMessage, message), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__text_message__field_indices_by_name[] = { @@ -2141,7 +2258,8 @@ const ProtobufCMessageDescriptor mumble_proto__text_message__descriptor = mumble_proto__text_message__field_descriptors, mumble_proto__text_message__field_indices_by_name, 1, mumble_proto__text_message__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__text_message__init, + NULL,NULL,NULL /* reserved[123] */ }; const ProtobufCEnumValue mumble_proto__permission_denied__deny_type__enum_values_by_number[8] = { @@ -2194,7 +2312,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_denied__field_des PROTOBUF_C_OFFSETOF(MumbleProto__PermissionDenied, permission), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "channel_id", @@ -2205,7 +2324,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_denied__field_des PROTOBUF_C_OFFSETOF(MumbleProto__PermissionDenied, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "session", @@ -2216,7 +2336,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_denied__field_des PROTOBUF_C_OFFSETOF(MumbleProto__PermissionDenied, session), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "reason", @@ -2227,7 +2348,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_denied__field_des PROTOBUF_C_OFFSETOF(MumbleProto__PermissionDenied, reason), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "type", @@ -2238,7 +2360,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_denied__field_des PROTOBUF_C_OFFSETOF(MumbleProto__PermissionDenied, type), &mumble_proto__permission_denied__deny_type__descriptor, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__permission_denied__field_indices_by_name[] = { @@ -2265,7 +2388,8 @@ const ProtobufCMessageDescriptor mumble_proto__permission_denied__descriptor = mumble_proto__permission_denied__field_descriptors, mumble_proto__permission_denied__field_indices_by_name, 1, mumble_proto__permission_denied__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__permission_denied__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__acl__chan_group__inherited__default_value = 1; static const protobuf_c_boolean mumble_proto__acl__chan_group__inherit__default_value = 1; @@ -2281,7 +2405,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_group__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanGroup, name), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "inherited", @@ -2292,7 +2417,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_group__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanGroup, inherited), NULL, &mumble_proto__acl__chan_group__inherited__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "inherit", @@ -2303,7 +2429,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_group__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanGroup, inherit), NULL, &mumble_proto__acl__chan_group__inherit__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "inheritable", @@ -2314,7 +2441,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_group__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanGroup, inheritable), NULL, &mumble_proto__acl__chan_group__inheritable__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "add", @@ -2325,7 +2453,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_group__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanGroup, add), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "remove", @@ -2336,7 +2465,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_group__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanGroup, remove), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "inherited_members", @@ -2347,7 +2477,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_group__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanGroup, inherited_members), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__acl__chan_group__field_indices_by_name[] = { @@ -2376,7 +2507,8 @@ const ProtobufCMessageDescriptor mumble_proto__acl__chan_group__descriptor = mumble_proto__acl__chan_group__field_descriptors, mumble_proto__acl__chan_group__field_indices_by_name, 1, mumble_proto__acl__chan_group__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__acl__chan_group__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__acl__chan_acl__apply_here__default_value = 1; static const protobuf_c_boolean mumble_proto__acl__chan_acl__apply_subs__default_value = 1; @@ -2392,7 +2524,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_acl__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanACL, apply_here), NULL, &mumble_proto__acl__chan_acl__apply_here__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "apply_subs", @@ -2403,7 +2536,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_acl__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanACL, apply_subs), NULL, &mumble_proto__acl__chan_acl__apply_subs__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "inherited", @@ -2414,7 +2548,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_acl__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanACL, inherited), NULL, &mumble_proto__acl__chan_acl__inherited__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "user_id", @@ -2425,7 +2560,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_acl__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanACL, user_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "group", @@ -2436,7 +2572,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_acl__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanACL, group), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "grant", @@ -2447,7 +2584,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_acl__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanACL, grant), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "deny", @@ -2458,7 +2596,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__chan_acl__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__ACL__ChanACL, deny), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__acl__chan_acl__field_indices_by_name[] = { @@ -2487,7 +2626,8 @@ const ProtobufCMessageDescriptor mumble_proto__acl__chan_acl__descriptor = mumble_proto__acl__chan_acl__field_descriptors, mumble_proto__acl__chan_acl__field_indices_by_name, 1, mumble_proto__acl__chan_acl__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__acl__chan_acl__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__acl__inherit_acls__default_value = 1; static const protobuf_c_boolean mumble_proto__acl__query__default_value = 0; @@ -2502,7 +2642,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__field_descriptors[5] = PROTOBUF_C_OFFSETOF(MumbleProto__ACL, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "inherit_acls", @@ -2513,7 +2654,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__field_descriptors[5] = PROTOBUF_C_OFFSETOF(MumbleProto__ACL, inherit_acls), NULL, &mumble_proto__acl__inherit_acls__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "groups", @@ -2524,7 +2666,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__field_descriptors[5] = PROTOBUF_C_OFFSETOF(MumbleProto__ACL, groups), &mumble_proto__acl__chan_group__descriptor, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "acls", @@ -2535,7 +2678,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__field_descriptors[5] = PROTOBUF_C_OFFSETOF(MumbleProto__ACL, acls), &mumble_proto__acl__chan_acl__descriptor, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "query", @@ -2546,7 +2690,8 @@ static const ProtobufCFieldDescriptor mumble_proto__acl__field_descriptors[5] = PROTOBUF_C_OFFSETOF(MumbleProto__ACL, query), NULL, &mumble_proto__acl__query__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__acl__field_indices_by_name[] = { @@ -2573,7 +2718,8 @@ const ProtobufCMessageDescriptor mumble_proto__acl__descriptor = mumble_proto__acl__field_descriptors, mumble_proto__acl__field_indices_by_name, 1, mumble_proto__acl__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__acl__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__query_users__field_descriptors[2] = { @@ -2586,7 +2732,8 @@ static const ProtobufCFieldDescriptor mumble_proto__query_users__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__QueryUsers, ids), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "names", @@ -2597,7 +2744,8 @@ static const ProtobufCFieldDescriptor mumble_proto__query_users__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__QueryUsers, names), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__query_users__field_indices_by_name[] = { @@ -2621,7 +2769,8 @@ const ProtobufCMessageDescriptor mumble_proto__query_users__descriptor = mumble_proto__query_users__field_descriptors, mumble_proto__query_users__field_indices_by_name, 1, mumble_proto__query_users__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__query_users__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__crypt_setup__field_descriptors[3] = { @@ -2634,7 +2783,8 @@ static const ProtobufCFieldDescriptor mumble_proto__crypt_setup__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__CryptSetup, key), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "client_nonce", @@ -2645,7 +2795,8 @@ static const ProtobufCFieldDescriptor mumble_proto__crypt_setup__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__CryptSetup, client_nonce), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "server_nonce", @@ -2656,7 +2807,8 @@ static const ProtobufCFieldDescriptor mumble_proto__crypt_setup__field_descripto PROTOBUF_C_OFFSETOF(MumbleProto__CryptSetup, server_nonce), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__crypt_setup__field_indices_by_name[] = { @@ -2681,7 +2833,8 @@ const ProtobufCMessageDescriptor mumble_proto__crypt_setup__descriptor = mumble_proto__crypt_setup__field_descriptors, mumble_proto__crypt_setup__field_indices_by_name, 1, mumble_proto__crypt_setup__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__crypt_setup__init, + NULL,NULL,NULL /* reserved[123] */ }; const ProtobufCEnumValue mumble_proto__context_action_add__context__enum_values_by_number[3] = { @@ -2724,7 +2877,8 @@ static const ProtobufCFieldDescriptor mumble_proto__context_action_add__field_de PROTOBUF_C_OFFSETOF(MumbleProto__ContextActionAdd, action), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "text", @@ -2735,7 +2889,8 @@ static const ProtobufCFieldDescriptor mumble_proto__context_action_add__field_de PROTOBUF_C_OFFSETOF(MumbleProto__ContextActionAdd, text), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "context", @@ -2746,7 +2901,8 @@ static const ProtobufCFieldDescriptor mumble_proto__context_action_add__field_de PROTOBUF_C_OFFSETOF(MumbleProto__ContextActionAdd, context), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__context_action_add__field_indices_by_name[] = { @@ -2771,7 +2927,8 @@ const ProtobufCMessageDescriptor mumble_proto__context_action_add__descriptor = mumble_proto__context_action_add__field_descriptors, mumble_proto__context_action_add__field_indices_by_name, 1, mumble_proto__context_action_add__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__context_action_add__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__context_action__field_descriptors[3] = { @@ -2784,7 +2941,8 @@ static const ProtobufCFieldDescriptor mumble_proto__context_action__field_descri PROTOBUF_C_OFFSETOF(MumbleProto__ContextAction, session), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "channel_id", @@ -2795,7 +2953,8 @@ static const ProtobufCFieldDescriptor mumble_proto__context_action__field_descri PROTOBUF_C_OFFSETOF(MumbleProto__ContextAction, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "action", @@ -2806,7 +2965,8 @@ static const ProtobufCFieldDescriptor mumble_proto__context_action__field_descri PROTOBUF_C_OFFSETOF(MumbleProto__ContextAction, action), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__context_action__field_indices_by_name[] = { @@ -2831,7 +2991,8 @@ const ProtobufCMessageDescriptor mumble_proto__context_action__descriptor = mumble_proto__context_action__field_descriptors, mumble_proto__context_action__field_indices_by_name, 1, mumble_proto__context_action__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__context_action__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__user_list__user__field_descriptors[2] = { @@ -2844,7 +3005,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_list__user__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__UserList__User, user_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "name", @@ -2855,7 +3017,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_list__user__field_descr PROTOBUF_C_OFFSETOF(MumbleProto__UserList__User, name), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__user_list__user__field_indices_by_name[] = { @@ -2879,7 +3042,8 @@ const ProtobufCMessageDescriptor mumble_proto__user_list__user__descriptor = mumble_proto__user_list__user__field_descriptors, mumble_proto__user_list__user__field_indices_by_name, 1, mumble_proto__user_list__user__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__user_list__user__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__user_list__field_descriptors[1] = { @@ -2892,7 +3056,8 @@ static const ProtobufCFieldDescriptor mumble_proto__user_list__field_descriptors PROTOBUF_C_OFFSETOF(MumbleProto__UserList, users), &mumble_proto__user_list__user__descriptor, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__user_list__field_indices_by_name[] = { @@ -2915,7 +3080,8 @@ const ProtobufCMessageDescriptor mumble_proto__user_list__descriptor = mumble_proto__user_list__field_descriptors, mumble_proto__user_list__field_indices_by_name, 1, mumble_proto__user_list__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__user_list__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__voice_target__target__links__default_value = 0; static const protobuf_c_boolean mumble_proto__voice_target__target__children__default_value = 0; @@ -2930,7 +3096,8 @@ static const ProtobufCFieldDescriptor mumble_proto__voice_target__target__field_ PROTOBUF_C_OFFSETOF(MumbleProto__VoiceTarget__Target, session), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "channel_id", @@ -2941,7 +3108,8 @@ static const ProtobufCFieldDescriptor mumble_proto__voice_target__target__field_ PROTOBUF_C_OFFSETOF(MumbleProto__VoiceTarget__Target, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "group", @@ -2952,7 +3120,8 @@ static const ProtobufCFieldDescriptor mumble_proto__voice_target__target__field_ PROTOBUF_C_OFFSETOF(MumbleProto__VoiceTarget__Target, group), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "links", @@ -2963,7 +3132,8 @@ static const ProtobufCFieldDescriptor mumble_proto__voice_target__target__field_ PROTOBUF_C_OFFSETOF(MumbleProto__VoiceTarget__Target, links), NULL, &mumble_proto__voice_target__target__links__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "children", @@ -2974,7 +3144,8 @@ static const ProtobufCFieldDescriptor mumble_proto__voice_target__target__field_ PROTOBUF_C_OFFSETOF(MumbleProto__VoiceTarget__Target, children), NULL, &mumble_proto__voice_target__target__children__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__voice_target__target__field_indices_by_name[] = { @@ -3001,7 +3172,8 @@ const ProtobufCMessageDescriptor mumble_proto__voice_target__target__descriptor mumble_proto__voice_target__target__field_descriptors, mumble_proto__voice_target__target__field_indices_by_name, 1, mumble_proto__voice_target__target__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__voice_target__target__init, + NULL,NULL,NULL /* reserved[123] */ }; static const ProtobufCFieldDescriptor mumble_proto__voice_target__field_descriptors[2] = { @@ -3014,7 +3186,8 @@ static const ProtobufCFieldDescriptor mumble_proto__voice_target__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__VoiceTarget, id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "targets", @@ -3025,7 +3198,8 @@ static const ProtobufCFieldDescriptor mumble_proto__voice_target__field_descript PROTOBUF_C_OFFSETOF(MumbleProto__VoiceTarget, targets), &mumble_proto__voice_target__target__descriptor, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__voice_target__field_indices_by_name[] = { @@ -3049,7 +3223,8 @@ const ProtobufCMessageDescriptor mumble_proto__voice_target__descriptor = mumble_proto__voice_target__field_descriptors, mumble_proto__voice_target__field_indices_by_name, 1, mumble_proto__voice_target__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__voice_target__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__permission_query__flush__default_value = 0; static const ProtobufCFieldDescriptor mumble_proto__permission_query__field_descriptors[3] = @@ -3063,7 +3238,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_query__field_desc PROTOBUF_C_OFFSETOF(MumbleProto__PermissionQuery, channel_id), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "permissions", @@ -3074,7 +3250,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_query__field_desc PROTOBUF_C_OFFSETOF(MumbleProto__PermissionQuery, permissions), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "flush", @@ -3085,7 +3262,8 @@ static const ProtobufCFieldDescriptor mumble_proto__permission_query__field_desc PROTOBUF_C_OFFSETOF(MumbleProto__PermissionQuery, flush), NULL, &mumble_proto__permission_query__flush__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__permission_query__field_indices_by_name[] = { @@ -3110,7 +3288,8 @@ const ProtobufCMessageDescriptor mumble_proto__permission_query__descriptor = mumble_proto__permission_query__field_descriptors, mumble_proto__permission_query__field_indices_by_name, 1, mumble_proto__permission_query__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__permission_query__init, + NULL,NULL,NULL /* reserved[123] */ }; static const protobuf_c_boolean mumble_proto__codec_version__prefer_alpha__default_value = 1; static const ProtobufCFieldDescriptor mumble_proto__codec_version__field_descriptors[3] = @@ -3124,7 +3303,8 @@ static const ProtobufCFieldDescriptor mumble_proto__codec_version__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__CodecVersion, alpha), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "beta", @@ -3135,7 +3315,8 @@ static const ProtobufCFieldDescriptor mumble_proto__codec_version__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__CodecVersion, beta), NULL, NULL, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, { "prefer_alpha", @@ -3146,7 +3327,8 @@ static const ProtobufCFieldDescriptor mumble_proto__codec_version__field_descrip PROTOBUF_C_OFFSETOF(MumbleProto__CodecVersion, prefer_alpha), NULL, &mumble_proto__codec_version__prefer_alpha__default_value, - NULL,NULL /* reserved1, reserved2 */ + 0, /* packed */ + 0,NULL,NULL /* reserved1,reserved2, etc */ }, }; static const unsigned mumble_proto__codec_version__field_indices_by_name[] = { @@ -3171,5 +3353,6 @@ const ProtobufCMessageDescriptor mumble_proto__codec_version__descriptor = mumble_proto__codec_version__field_descriptors, mumble_proto__codec_version__field_indices_by_name, 1, mumble_proto__codec_version__number_ranges, - NULL,NULL,NULL,NULL /* reserved[1234] */ + (ProtobufCMessageInit) mumble_proto__codec_version__init, + NULL,NULL,NULL /* reserved[123] */ }; -- 2.30.2