summaryrefslogtreecommitdiff
path: root/src/index.h
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2014-03-10 22:30:41 -0800
committerEdward Thomson <ethomson@microsoft.com>2014-03-16 18:02:12 -0700
commit8c062d51af841c11cc95ebb34d95ee4d71621d09 (patch)
tree82e0a8b3613a0167329927a513bbd2bd67adfa1d /src/index.h
parent2b40390f226ac8ba516fdf0d893e0b5a29857dc7 (diff)
downloadlibgit2-ed/merge_file.tar.gz
Introduce git_merge_file for consumersed/merge_file
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h
index f88d110f7..259a3149f 100644
--- a/src/index.h
+++ b/src/index.h
@@ -60,4 +60,6 @@ extern int git_index__find(
extern void git_index__set_ignore_case(git_index *index, bool ignore_case);
+extern unsigned int git_index__create_mode(unsigned int mode);
+
#endif