diff options
Diffstat (limited to 'protocols/WhatsApp/src/protobuf-c')
-rw-r--r-- | protocols/WhatsApp/src/protobuf-c/protobuf-c.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/WhatsApp/src/protobuf-c/protobuf-c.c b/protocols/WhatsApp/src/protobuf-c/protobuf-c.c index 0606cf677d..3001639518 100644 --- a/protocols/WhatsApp/src/protobuf-c/protobuf-c.c +++ b/protocols/WhatsApp/src/protobuf-c/protobuf-c.c @@ -2941,9 +2941,7 @@ parse_member(ScannedMember *scanned_member, * for old code, and which would be useful to support allocating * descriptors dynamically). */ -static void -message_init_generic(const ProtobufCMessageDescriptor *desc, - ProtobufCMessage *message) +void message_init_generic(const ProtobufCMessageDescriptor *desc, ProtobufCMessage *message) { unsigned i; |