summaryrefslogtreecommitdiff
path: root/core/upb_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/upb_stream.h')
-rw-r--r--core/upb_stream.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/upb_stream.h b/core/upb_stream.h
index 1eb111e..c96c544 100644
--- a/core/upb_stream.h
+++ b/core/upb_stream.h
@@ -135,6 +135,12 @@ INLINE upb_flow_t upb_dispatch_unknownval(upb_dispatcher *d,
upb_field_number_t fieldnum, upb_value val);
+/* upb_src ********************************************************************/
+
+struct _upb_src;
+typedef struct _upb_src upb_src;
+
+
/* upb_bytesrc ****************************************************************/
struct _upb_bytesrc;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback