summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-15 10:32:51 -0800
committerJoshua Haberman <jhaberman@gmail.com>2018-12-15 10:32:51 -0800
commit2681a17513be312d1da924a1644f040eb8c1372a (patch)
tree1407c164959e5332c6533a819a7e2002441ea2e2 /upb
parentffae78df273a89b5eda42813ffbb1fc269261538 (diff)
parentaa2d5a609bc714e90300f26e04e729a4822a2aa5 (diff)
Merge branch 'arrayapi' into defcleanup
Diffstat (limited to 'upb')
-rw-r--r--upb/msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/upb/msg.h b/upb/msg.h
index 9faf789..6002b41 100644
--- a/upb/msg.h
+++ b/upb/msg.h
@@ -37,10 +37,12 @@ class MessageLayout;
#endif
-UPB_DECLARE_TYPE(upb::Array, upb_array)
UPB_DECLARE_TYPE(upb::Map, upb_map)
UPB_DECLARE_TYPE(upb::MapIterator, upb_mapiter)
+struct upb_array;
+typedef struct upb_array upb_array;
+
/* TODO(haberman): C++ accessors */
UPB_BEGIN_EXTERN_C
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback