diff options
Diffstat (limited to 'strutil.h')
-rw-r--r-- | strutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -142,4 +142,6 @@ string ConcatDir(StringPiece b, StringPiece n); string EchoEscape(const string str); +void EscapeShell(string* s); + #endif // STRUTIL_H_ |