aboutsummaryrefslogtreecommitdiffstats
path: root/strutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'strutil.h')
-rw-r--r--strutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/strutil.h b/strutil.h
index 5938efb..12e46a5 100644
--- a/strutil.h
+++ b/strutil.h
@@ -142,4 +142,6 @@ string ConcatDir(StringPiece b, StringPiece n);
string EchoEscape(const string str);
+void EscapeShell(string* s);
+
#endif // STRUTIL_H_