diff options
Diffstat (limited to 'src/index.h')
-rw-r--r-- | src/index.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/index.h b/src/index.h index 2ad401741..a59107a7b 100644 --- a/src/index.h +++ b/src/index.h @@ -42,6 +42,11 @@ struct git_index { git_vector_cmp reuc_search; }; +struct git_index_conflict_iterator { + git_index *index; + size_t cur; +}; + extern void git_index_entry__init_from_stat(git_index_entry *entry, struct stat *st); extern size_t git_index__prefix_position(git_index *index, const char *path); |