aboutsummaryrefslogtreecommitdiff
path: root/include/dchat/Process.hpp
blob: af9d6c526634413f01dbd34a14f2313a0ce5d14d (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <string>

namespace dchat
{
    std::string escapeCommandArg(const std::string &cmd);
}