summaryrefslogtreecommitdiff
path: root/upb_msg.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-07-02 20:19:06 -0700
committerJoshua Haberman <joshua@reverberate.org>2009-07-02 20:19:06 -0700
commitb0ef7f0b6778addc91ce04ca1d6e835d44387c83 (patch)
treeb67f490bd178d53c5fa2bc550fef77b0062efafb /upb_msg.h
parentb8481e0e55aebad1d9ffa0f3845609f929bca02f (diff)
More fixes, completions, still doesn't quite work.
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