summaryrefslogtreecommitdiff
path: root/src/upb_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_data.h')
-rw-r--r--src/upb_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upb_data.h b/src/upb_data.h
index b0c9b6d..22a5ea9 100644
--- a/src/upb_data.h
+++ b/src/upb_data.h
@@ -524,7 +524,8 @@ void upb_msg_parsestr(upb_msg *msg, struct upb_msgdef *md, upb_strptr str,
// A nonresumable, non-interruptable (but simple and fast) source for pushing
// the data of a upb_msg to a upb_sink.
-void upb_msgsrc_produce(upb_msg *msg, struct upb_msgdef *md, upb_sink *sink);
+void upb_msgsrc_produce(upb_msg *msg, struct upb_msgdef *md, upb_sink *sink,
+ bool reverse);
/* upb_msgsink ****************************************************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback