summaryrefslogtreecommitdiff
path: root/src/utils/revstr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/revstr.hpp')
-rw-r--r--src/utils/revstr.hpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/utils/revstr.hpp b/src/utils/revstr.hpp
new file mode 100644
index 0000000..0f00076
--- /dev/null
+++ b/src/utils/revstr.hpp
@@ -0,0 +1,11 @@
+#ifndef REVSTRP_INCLUDED
+# define REVSTR_INCLUDED
+
+#include <string>
+
+namespace utils
+{
+ std::string revstr(const std::string& original);
+}
+
+#endif // REVSTR_INCLUDED