summaryrefslogtreecommitdiff
path: root/core/upb_stream.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-05 22:07:10 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-05 22:07:10 -0800
commit806ba1c80d86bd59759cf59efc057662eecbcf65 (patch)
treed30146be1313d6be6818cb1c613fc4ea26b9a7d1 /core/upb_stream.h
parent3affb319260263efc3cee502896d9f981186c7da (diff)
Another round of fixes.
test_vs_proto2.googlemessage1 passes again, with no memory leaks!
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