aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-08-18 23:33:25 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:38:30 +0200
commitb72442a0362a266990b5a8f7431ec708de1ff006 (patch)
treec414c0d7ecede2bdd02f51cd5813af3e3ad73620 /include
parent7713c01939b19b588e6e99d4b583447b9e2362f6 (diff)
WIP: FIX p2p
Diffstat (limited to 'include')
-rw-r--r--include/dchat/Process.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dchat/Process.hpp b/include/dchat/Process.hpp
index 18aa2d9..af9d6c5 100644
--- a/include/dchat/Process.hpp
+++ b/include/dchat/Process.hpp
@@ -4,5 +4,5 @@
namespace dchat
{
- std::string escapeCommand(const std::string &cmd);
+ std::string escapeCommandArg(const std::string &cmd);
} \ No newline at end of file