diff options
Diffstat (limited to 'protocols/Steam/src/protobuf-c/protobuf-c-text.h')
| -rw-r--r-- | protocols/Steam/src/protobuf-c/protobuf-c-text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/protobuf-c/protobuf-c-text.h b/protocols/Steam/src/protobuf-c/protobuf-c-text.h index bb3539737d..d921b21d08 100644 --- a/protocols/Steam/src/protobuf-c/protobuf-c-text.h +++ b/protocols/Steam/src/protobuf-c/protobuf-c-text.h @@ -149,7 +149,7 @@ typedef struct _ProtobufCTextError { * \endcode * Though technically \c free(retval); is probably sufficient. */ -extern char *protobuf_c_text_to_string(ProtobufCMessage *m, +extern char *protobuf_c_text_to_string(const ProtobufCMessage *m, ProtobufCAllocator *allocator); /** Import a text format protobuf from a string into a \c ProtobufCMessage. |
