summaryrefslogtreecommitdiff
path: root/upb_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb_msg.h')
-rw-r--r--upb_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb_msg.h b/upb_msg.h
index 48b411f..e751c27 100644
--- a/upb_msg.h
+++ b/upb_msg.h
@@ -242,7 +242,7 @@ void upb_msg_parse_free(struct upb_msg_parse_state *s);
upb_status_t upb_msg_parse(struct upb_msg_parse_state *s,
void *data, size_t len, size_t *read);
-void *upb_alloc_and_parse(struct upb_msg *m, struct upb_string *s);
+void *upb_alloc_and_parse(struct upb_msg *m, struct upb_string *s, bool byref);
/* Note! These two may not be use on a upb_string* that was initialized by
* means other than these functions. */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback