summaryrefslogtreecommitdiff
path: root/tools/utils.h
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-29 17:00:15 -0700
committerJohn Denker <jsd@av8n.com>2012-07-29 17:00:15 -0700
commit63be414b62f3234ad80607b95e8e71e33bfd8025 (patch)
treeba9ed3dbc8508f64cddc09e3d0c59c2e635de061 /tools/utils.h
parentd2564d25e802d1ee3230cf045c4940e836b5c6a2 (diff)
move more stuff to utils.c ... I hate duplication of code
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 450db85..ec467c6 100644
--- a/tools/utils.h
+++ b/tools/utils.h
@@ -1,3 +1,6 @@
std::string basename(const std::string path);
int prefix(const std::string shorter, const std::string longer);
std::string time_out(const int _ttt);
+
+std::string toLower(const std::string a);
+std::string ltrim(const std::string a);