summaryrefslogtreecommitdiff
path: root/stream/upb_textprinter.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-13 12:59:54 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-13 12:59:54 -0800
commit6bdbb45e88e7b88b294dfb6e4cb493cbc3c8cf74 (patch)
tree0e00246fb124ebdf6a2210c816704c1d840e2138 /stream/upb_textprinter.h
parentee84a7da167d2211066c4a663d41febdf9544438 (diff)
Merged core/ and stream/ -> src/. The split wasn't worth it.
Diffstat (limited to 'stream/upb_textprinter.h')
-rw-r--r--stream/upb_textprinter.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/stream/upb_textprinter.h b/stream/upb_textprinter.h
deleted file mode 100644
index a880626..0000000
--- a/stream/upb_textprinter.h
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2009 Joshua Haberman. See LICENSE for details.
- */
-
-#ifndef UPB_TEXT_H_
-#define UPB_TEXT_H_
-
-#include "upb_stream.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_handlers *handlers,
- upb_bytesink *sink, bool single_line);
-void upb_textprinter_sethandlers(upb_textprinter *p, upb_handlers *h);
-
-#ifdef __cplusplus
-} /* extern "C" */
-#endif
-
-#endif /* UPB_TEXT_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback