summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-05-17 15:09:30 +0300
committerVicent Marti <tanoku@gmail.com>2011-05-17 15:11:19 +0300
commit0da2c70067135ffb095f951b30cb085db1aeccce (patch)
treead3390ce18ea85d7300e8474268a0ac028f2187f /src/config.h
parent128d37316b7499c70c2d8b44635253541647f583 (diff)
downloadlibgit2-0da2c70067135ffb095f951b30cb085db1aeccce.tar.gz
utils: Move git__str[n]tolower
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index e786e8a49..a811fd850 100644
--- a/src/config.h
+++ b/src/config.h
@@ -9,7 +9,4 @@ struct git_config {
git_vector backends;
};
-void git__strtolower(char *str);
-void git__strntolower(char *str, int len);
-
#endif