From 720295848ea0d909cb39c004cbeaf1055fa7cffc Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 28 May 2015 21:14:52 +0200 Subject: Start of CGI interface --- src/strutils.hh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/strutils.hh (limited to 'src/strutils.hh') diff --git a/src/strutils.hh b/src/strutils.hh new file mode 100644 index 0000000..76120a8 --- /dev/null +++ b/src/strutils.hh @@ -0,0 +1,12 @@ +#ifndef STRUTILS_HH +#define STRUTILS_HH + +#include + +namespace stuff { + +std::string ascii_tolower(const std::string& str); + +} // namespace stuff + +#endif /* STRUTILS_HH */ -- cgit v1.2.3-70-g09d2