From 9d13c14fe5ad5dff32c09b1c5c13af9518b3e727 Mon Sep 17 00:00:00 2001 From: John Denker Date: Thu, 22 Nov 2012 18:31:19 -0800 Subject: separate parsing headers from dumping headers --- tools/libskrewt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/libskrewt.h') diff --git a/tools/libskrewt.h b/tools/libskrewt.h index 8b0045f..cfbbb79 100644 --- a/tools/libskrewt.h +++ b/tools/libskrewt.h @@ -36,7 +36,8 @@ public: maxsize(1000*1000), error_exit(0), mid_required(0) {} - int headers(std::istream& xin, std::ostream& xout); + int headers(std::istream& xin); + int dump_headers(std::ostream& xout); int interstage(); int body(std::istream& xin, std::ostream& xout); int krunch_rfrom(); -- cgit v1.2.3