summaryrefslogtreecommitdiff
path: root/upb/pb/textprinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/pb/textprinter.h')
-rw-r--r--upb/pb/textprinter.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/upb/pb/textprinter.h b/upb/pb/textprinter.h
index 6d111d2..7b653e7 100644
--- a/upb/pb/textprinter.h
+++ b/upb/pb/textprinter.h
@@ -8,7 +8,6 @@
#ifndef UPB_TEXT_H_
#define UPB_TEXT_H_
-#include "upb/bytestream.h"
#include "upb/handlers.h"
#ifdef __cplusplus
@@ -20,8 +19,7 @@ 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_bytesink *sink,
- bool single_line);
+void upb_textprinter_reset(upb_textprinter *p, bool single_line);
const upb_handlers *upb_textprinter_newhandlers(const void *owner,
const upb_msgdef *m);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback