summaryrefslogtreecommitdiff
path: root/tools/libskrewt.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libskrewt.h')
-rw-r--r--tools/libskrewt.h4
1 files changed, 4 insertions, 0 deletions
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 <string>
#include <vector>
+#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);