summaryrefslogtreecommitdiff
path: root/upb/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/decode.h')
-rw-r--r--upb/decode.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/upb/decode.h b/upb/decode.h
index 2a9e39e..963b399 100644
--- a/upb/decode.h
+++ b/upb/decode.h
@@ -9,8 +9,8 @@
UPB_BEGIN_EXTERN_C
-bool upb_decode(upb_stringview buf, void *msg,
- const upb_msglayout_msginit_v1 *l, upb_env *env);
+bool upb_decode(upb_stringview buf, void *msg, const upb_msglayout *l,
+ upb_env *env);
UPB_END_EXTERN_C
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback