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.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/upb_textprinter.h b/src/upb_textprinter.h
deleted file mode 100644
index 2d70d2e..0000000
--- a/src/upb_textprinter.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2009 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- */
-
-#ifndef UPB_TEXT_H_
-#define UPB_TEXT_H_
-
-#include "upb_bytestream.h"
-#include "upb_handlers.h"
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-struct _upb_textprinter;
-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);
-upb_mhandlers *upb_textprinter_reghandlers(upb_handlers *h, upb_msgdef *m);
-
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
-#endif /* UPB_TEXT_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback