From 6bdbb45e88e7b88b294dfb6e4cb493cbc3c8cf74 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Sun, 13 Feb 2011 12:59:54 -0800 Subject: Merged core/ and stream/ -> src/. The split wasn't worth it. --- stream/upb_textprinter.h | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 stream/upb_textprinter.h (limited to 'stream/upb_textprinter.h') 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_ */ -- cgit v1.2.3