summaryrefslogtreecommitdiff
path: root/stream/upb_stdio.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-17 12:56:04 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-17 12:56:04 -0700
commit87b2c69c15716b96a294f5918878fb8b7b9a0b40 (patch)
tree22dcd3ac6d958fe172fcb521f931243f576ddf44 /stream/upb_stdio.h
parent5b5e26144ddcfcbbee8b6df843a7d169d4cf1eea (diff)
Fleshed out upb_stdio and upb_textprinter.
test_decoder now compiles and links! But it doesn't work yet.
Diffstat (limited to 'stream/upb_stdio.h')
-rw-r--r--stream/upb_stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/upb_stdio.h b/stream/upb_stdio.h
index 3c29fcb..fd71fdd 100644
--- a/stream/upb_stdio.h
+++ b/stream/upb_stdio.h
@@ -21,7 +21,7 @@ struct upb_stdio;
typedef struct upb_stdio upb_stdio;
// Creation/deletion.
-upb_stdio_ *upb_stdio__new();
+upb_stdio *upb_stdio_new();
void upb_stdio_free(upb_stdio *stdio);
// Reset/initialize the object for use. The src or sink will call
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback