aboutsummaryrefslogtreecommitdiff
path: root/strutil.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-18 07:05:58 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-18 11:25:45 +0900
commit8a96358d16ab0c435820d07472e301e9d3b2c03a (patch)
tree12c6e6216bfed55a545ef8d2d9c6f46f5eec64a3 /strutil.h
parent5d694f0d17ac2016415bb7adbd589ca4a989a98b (diff)
downloadkati-8a96358d16ab0c435820d07472e301e9d3b2c03a.tar.gz
[C++] Implement abspath
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 592333c..a24abfa 100644
--- a/strutil.h
+++ b/strutil.h
@@ -86,5 +86,6 @@ StringPiece Dirname(StringPiece s);
StringPiece Basename(StringPiece s);
StringPiece GetExt(StringPiece s);
StringPiece StripExt(StringPiece s);
+void AbsPath(StringPiece s, string* o);
#endif // STRUTIL_H_