summaryrefslogtreecommitdiff
path: root/stream/upb_textprinter.h
diff options
context:
space:
mode:
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