summaryrefslogtreecommitdiff
path: root/stream/upb_strstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/upb_strstream.h')
-rw-r--r--stream/upb_strstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/upb_strstream.h b/stream/upb_strstream.h
index fa9bace..d01d21f 100644
--- a/stream/upb_strstream.h
+++ b/stream/upb_strstream.h
@@ -31,7 +31,7 @@ void upb_stringsrc_free(upb_stringsrc *s);
void upb_stringsrc_reset(upb_stringsrc *s, upb_string *str);
// Returns the upb_bytesrc* for this stringsrc. Invalidated by reset above.
-upb_bytesrc *upb_stringsrc_bytesrc();
+upb_bytesrc *upb_stringsrc_bytesrc(upb_stringsrc *s);
/* upb_stringsink *************************************************************/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback