summaryrefslogtreecommitdiff
path: root/source/core/slang-process-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-process-util.h')
-rw-r--r--source/core/slang-process-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/core/slang-process-util.h b/source/core/slang-process-util.h
index 19ae7c0d1..75ea945fe 100644
--- a/source/core/slang-process-util.h
+++ b/source/core/slang-process-util.h
@@ -54,6 +54,9 @@ struct ProcessUtil
/// Execute the command line
static SlangResult execute(const CommandLine& commandLine, ExecuteResult& outExecuteResult);
+
+ /// Append text escaped for using on a command line
+ static void appendCommandLineEscaped(const UnownedStringSlice& slice, StringBuilder& out);
};
}