summaryrefslogtreecommitdiff
path: root/stream/upb_strstream.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-08-02 10:25:24 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-08-02 10:25:24 -0700
commita9e998159c5ac8c4f2644b5ed0eda2e8ff1f8706 (patch)
treefc9324a56042e65d96ac04a4b39412783062007e /stream/upb_strstream.h
parent4e7dc9d8b6baa598ec63a9991e8b11aede576ac1 (diff)
Fleshed out upb_msg: test_vs_proto2 compiles but fails.
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