summaryrefslogtreecommitdiff
path: root/src/upb_textprinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_textprinter.h')
-rw-r--r--src/upb_textprinter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/upb_textprinter.h b/src/upb_textprinter.h
index a880626..40f392b 100644
--- a/src/upb_textprinter.h
+++ b/src/upb_textprinter.h
@@ -18,9 +18,9 @@ typedef struct _upb_textprinter upb_textprinter;
upb_textprinter *upb_textprinter_new();
void upb_textprinter_free(upb_textprinter *p);
-void upb_textprinter_reset(upb_textprinter *p, upb_handlers *handlers,
- upb_bytesink *sink, bool single_line);
-void upb_textprinter_sethandlers(upb_textprinter *p, upb_handlers *h);
+void upb_textprinter_reset(upb_textprinter *p, upb_bytesink *sink,
+ bool single_line);
+void upb_textprinter_reghandlers(upb_handlers *h);
#ifdef __cplusplus
} /* extern "C" */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback