summaryrefslogtreecommitdiff
path: root/tools/libskrewt.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-11-22 16:39:07 -0800
committerJohn Denker <jsd@av8n.com>2012-11-22 16:39:07 -0800
commit4dd94a839cbae8a45889b224945eeaa6fb93b578 (patch)
tree1a301b7358e6bac17579fd9ae28da7630840c3d2 /tools/libskrewt.h
parent6faf97fd62cc84e2405731534236fb2a93ba4407 (diff)
move yet more stuff; ward.c is starting to get small
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);