summaryrefslogtreecommitdiff
path: root/tools/libskrewt.h
diff options
context:
space:
mode:
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();