summaryrefslogtreecommitdiff
path: root/upb/encode.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-09-03 15:06:43 -0700
committerJoshua Haberman <jhaberman@gmail.com>2018-09-03 15:06:43 -0700
commit694d51f4d6cb8adf4a2f7975e5bb899327875de7 (patch)
tree29ea62eeb151c4cfc739522e19ee30dbee57a137 /upb/encode.h
parent41379a7064b6488099f203521fb69ceea0f6cc15 (diff)
Changed C API to only define structs, a table, and a few minimal inline functions.
Diffstat (limited to 'upb/encode.h')
-rw-r--r--upb/encode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/encode.h b/upb/encode.h
index 8f42736..1a451b0 100644
--- a/upb/encode.h
+++ b/upb/encode.h
@@ -9,7 +9,7 @@
UPB_BEGIN_EXTERN_C
-char *upb_encode(const void *msg, const upb_msglayout *l, upb_env *env,
+char *upb_encode(const void *msg, const upb_msglayout *l, upb_arena *arena,
size_t *size);
UPB_END_EXTERN_C
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback