From e94ac4f75717f2bd1a617e5633cd502106748475 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 22 Aug 2018 23:15:12 -0700 Subject: Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}. Also got rid of the premature "v1" business that was attempting to create a binary compatibility story. Also added an in-progress CMakeLists.txt file. --- upb/decode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'upb/decode.h') 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 -- cgit v1.2.3