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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/upb_stream.h b/core/upb_stream.h
index aa23549..3f7c843 100644
--- a/core/upb_stream.h
+++ b/core/upb_stream.h
@@ -198,7 +198,8 @@ INLINE void upb_src_run(upb_src *src, upb_status *status);
struct _upb_dispatcher;
typedef struct _upb_dispatcher upb_dispatcher;
INLINE void upb_dispatcher_init(upb_dispatcher *d);
-INLINE void upb_dispatcher_reset(upb_dispatcher *d, upb_handlers *h);
+INLINE void upb_dispatcher_reset(upb_dispatcher *d, upb_handlers *h,
+ bool supports_skip);
INLINE upb_flow_t upb_dispatch_startmsg(upb_dispatcher *d);
INLINE upb_flow_t upb_dispatch_endmsg(upb_dispatcher *d);
INLINE upb_flow_t upb_dispatch_startsubmsg(upb_dispatcher *d,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback