aboutsummaryrefslogtreecommitdiff
path: root/strutil.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-16 19:36:05 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-18 11:25:43 +0900
commit37591ce8fffb4ebaf96c83223e93c3c6b9b04651 (patch)
treeed530a6b5650bf2404fc4bcab28b2f07403b47c3 /strutil.h
parent81b2d0f1635c19303d478bbfee25b5186ffa5600 (diff)
downloadkati-37591ce8fffb4ebaf96c83223e93c3c6b9b04651.tar.gz
[C++] Implement subst and strip
Diffstat (limited to 'strutil.h')
-rw-r--r--strutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/strutil.h b/strutil.h
index 7369787..0b84f1e 100644
--- a/strutil.h
+++ b/strutil.h
@@ -34,6 +34,7 @@ class WordScanner {
class WordWriter {
public:
explicit WordWriter(string* o);
+ void MaybeAddWhitespace();
void Write(StringPiece s);
private: