summaryrefslogtreecommitdiff
path: root/upb/decode.h
diff options
context:
space:
mode:
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