summaryrefslogtreecommitdiff
path: root/upb/decode.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-06-05 09:57:00 -0700
committerGitHub <noreply@github.com>2019-06-05 09:57:00 -0700
commit7cd1b9362ba60e08ca62b58efcd4acde240f5fdd (patch)
tree4923ebee4595739afaacff9d063d0cbbab968458 /upb/decode.h
parent00e739648d816fae3972c9d51fef24940cf50539 (diff)
parent9960d7c772381fef7a51097091faba71459e7169 (diff)
Merge pull request #180 from haberman/rmreflective
Removed arena and reflective members like array type from upb_msg representation.
Diffstat (limited to 'upb/decode.h')
-rw-r--r--upb/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/decode.h b/upb/decode.h
index d21b659..9de8638 100644
--- a/upb/decode.h
+++ b/upb/decode.h
@@ -12,7 +12,7 @@ extern "C" {
#endif
bool upb_decode(const char *buf, size_t size, upb_msg *msg,
- const upb_msglayout *l);
+ const upb_msglayout *l, upb_arena *arena);
#ifdef __cplusplus
} /* extern "C" */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback