From b0ef7f0b6778addc91ce04ca1d6e835d44387c83 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Thu, 2 Jul 2009 20:19:06 -0700 Subject: More fixes, completions, still doesn't quite work. --- upb_msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb_msg.h') 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. */ -- cgit v1.2.3