summaryrefslogtreecommitdiff
path: root/tools/utils.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-11-23 11:51:38 -0800
committerJohn Denker <jsd@av8n.com>2012-11-23 11:51:38 -0800
commit4134b154839c91f44bb39547af9297f4b6a353d3 (patch)
treef8b7bee0f7596f3db63a4f44cb8a0f2dc2dfd5e9 /tools/utils.h
parent2db619bf6bb01efdc01ce9b3729575ae21abcf5f (diff)
pipette ... for playing around with pipes and other i/o stuff
Diffstat (limited to 'tools/utils.h')
-rw-r--r--tools/utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/utils.h b/tools/utils.h
index 0ef0fca..ea6d9ba 100644
--- a/tools/utils.h
+++ b/tools/utils.h
@@ -88,3 +88,6 @@ public:
return current_arg == longer.substr(0, current_arg.length());
}
};
+
+std::string strError(const int);
+std::string strError();