]> git.stg.codes - stg.git/blobdiff - stglibs/common.lib/include/stg/common.h
Implemented XDG-compliant config file reading.
[stg.git] / stglibs / common.lib / include / stg / common.h
index b4b53530d512a94cc4021ce954892218eba7c886..f2e4e7e2432ab52aa75ed29efbe684726a7fe5ea 100644 (file)
@@ -95,6 +95,7 @@ void            SwapBytes(int64_t & value);
 std::string &   TrimL(std::string & val);
 std::string &   TrimR(std::string & val);
 std::string &   Trim(std::string & val);
+std::string     Trim(const std::string & val);
 
 std::string     ToLower(const std::string & value);
 std::string     ToUpper(const std::string & value);