summaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorPhilip Kelley <phkelley@hotmail.com>2013-03-01 16:38:13 -0500
committerPhilip Kelley <phkelley@hotmail.com>2013-03-01 16:38:13 -0500
commitcb53669e14f9a29b797d108c50d04566f82ab58f (patch)
tree52228cef32a2538d3b75dc8e83431d5badd082fb /src/index.h
parent3f0d0c85d06f0d5ff9ba469c6ab523bfddcc710b (diff)
downloadlibgit2-cb53669e14f9a29b797d108c50d04566f82ab58f.tar.gz
Rename function to __ prefix
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.h b/src/index.h
index 7fc138dc8..2beaa6375 100644
--- a/src/index.h
+++ b/src/index.h
@@ -48,7 +48,7 @@ extern size_t git_index__prefix_position(git_index *index, const char *path);
extern int git_index_entry__cmp(const void *a, const void *b);
extern int git_index_entry__cmp_icase(const void *a, const void *b);
-extern void git_index_set_ignore_case(git_index *index, bool ignore_case);
+extern void git_index__set_ignore_case(git_index *index, bool ignore_case);
extern int git_index_read_tree_match(
git_index *index, git_tree *tree, git_strarray *strspec);