summaryrefslogtreecommitdiff
path: root/tools/libskrewt.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-11-22 18:31:19 -0800
committerJohn Denker <jsd@av8n.com>2012-11-22 18:31:19 -0800
commit9d13c14fe5ad5dff32c09b1c5c13af9518b3e727 (patch)
treed6396cc9e5c38fb27a4a215792d816acc72897a0 /tools/libskrewt.h
parent33981cf1aba48b7589fbdc685eeaa8a52ece8c4f (diff)
separate parsing headers from dumping headers
Diffstat (limited to 'tools/libskrewt.h')
-rw-r--r--tools/libskrewt.h3
1 files changed, 2 insertions, 1 deletions
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();