aboutsummaryrefslogtreecommitdiffstats
path: root/strbuf.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-16 10:07:16 -0700
committerJunio C Hamano <gitster@pobox.com>2014-06-16 10:07:17 -0700
commitb4bba8de115b6aa48103443cc81a3be7111095a9 (patch)
treed29b8b7ecafbf2d319697f2315b5c5ea8f4ff0ea /strbuf.h
parentb4516df9b88989a175f88aa514a187831631f9f8 (diff)
parentffb20ce125f0ffe59002b1258b06c26747b69b7b (diff)
downloadgit-b4bba8de115b6aa48103443cc81a3be7111095a9.tar.gz
Merge branch 'jk/strbuf-tolower'
* jk/strbuf-tolower: strbuf: add strbuf_tolower function
Diffstat (limited to 'strbuf.h')
-rw-r--r--strbuf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/strbuf.h b/strbuf.h
index 4de7531c43..25328b9e81 100644
--- a/strbuf.h
+++ b/strbuf.h
@@ -45,6 +45,7 @@ static inline void strbuf_setlen(struct strbuf *sb, size_t len)
extern void strbuf_trim(struct strbuf *);
extern void strbuf_rtrim(struct strbuf *);
extern void strbuf_ltrim(struct strbuf *);
+extern void strbuf_tolower(struct strbuf *sb);
extern int strbuf_cmp(const struct strbuf *, const struct strbuf *);
/*