aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/Process.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/dchat/Process.hpp')
-rw-r--r--include/dchat/Process.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dchat/Process.hpp b/include/dchat/Process.hpp
new file mode 100644
index 0000000..18aa2d9
--- /dev/null
+++ b/include/dchat/Process.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <string>
+
+namespace dchat
+{
+ std::string escapeCommand(const std::string &cmd);
+} \ No newline at end of file