summaryrefslogtreecommitdiff
path: root/tools/utils.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-29 23:26:28 -0700
committerJohn Denker <jsd@av8n.com>2012-07-29 23:26:28 -0700
commitf8be4baf5a2318363b42f8883f66ed8a976dfc79 (patch)
tree9f747a0423647b016376fe353ceea197a5848cbf /tools/utils.h
parent2f6fd23b841c1f4e3c18d1cbfd228784aa8c3298 (diff)
scan40 appears to be working, much cleaner than last week's version
Diffstat (limited to 'tools/utils.h')
-rw-r--r--tools/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/utils.h b/tools/utils.h
index ec467c6..cbcb795 100644
--- a/tools/utils.h
+++ b/tools/utils.h
@@ -4,3 +4,4 @@ std::string time_out(const int _ttt);
std::string toLower(const std::string a);
std::string ltrim(const std::string a);
+std::string purify(const std::string arg);