From 4dd94a839cbae8a45889b224945eeaa6fb93b578 Mon Sep 17 00:00:00 2001 From: John Denker Date: Thu, 22 Nov 2012 16:39:07 -0800 Subject: move yet more stuff; ward.c is starting to get small --- tools/libskrewt.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/libskrewt.h') diff --git a/tools/libskrewt.h b/tools/libskrewt.h index 94d06dd..c5fea7e 100644 --- a/tools/libskrewt.h +++ b/tools/libskrewt.h @@ -1,5 +1,6 @@ #include #include +#include "sepofra.h" #include "qq_exit_codes.h" // a bit of a kludge extern std::string progid; @@ -42,3 +43,6 @@ public: void parse_content(const std::string type_spec_line, std::string &maintype, std::string &boundary); + +void exeunt(const int sts); +void maybe_exeunt(const int sts, const int really); -- cgit v1.2.3