summaryrefslogtreecommitdiff
path: root/stream/upb_textprinter.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-01-25 10:07:47 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-01-25 10:07:47 -0800
commit2c24cbb108bbda296f01e7628028b1dcb2b9516b (patch)
treedaa31a93b2c7d45de2df344eb2ec6e73b635bdb7 /stream/upb_textprinter.h
parent93381f1411def0dba5677b71cd4df859d99777f3 (diff)
More work on decoder and stdio bytesrc/bytesink.
Diffstat (limited to 'stream/upb_textprinter.h')
-rw-r--r--stream/upb_textprinter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/stream/upb_textprinter.h b/stream/upb_textprinter.h
index 7e35412..b40d9fa 100644
--- a/stream/upb_textprinter.h
+++ b/stream/upb_textprinter.h
@@ -20,8 +20,7 @@ upb_textprinter *upb_textprinter_new();
void upb_textprinter_free(upb_textprinter *p);
void upb_textprinter_reset(upb_textprinter *p, upb_bytesink *sink,
bool single_line);
-
-upb_sink *upb_textprinter_sink(upb_textprinter *p);
+void upb_textprinter_sethandlers(upb_textprinter *p, upb_handlers *h);
#ifdef __cplusplus
} /* extern "C" */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback