summaryrefslogtreecommitdiff
path: root/split-index.h
diff options
context:
space:
mode:
Diffstat (limited to 'split-index.h')
-rw-r--r--split-index.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/split-index.h b/split-index.h
index c1324f5..df91c1b 100644
--- a/split-index.h
+++ b/split-index.h
@@ -31,5 +31,7 @@ void merge_base_index(struct index_state *istate);
void prepare_to_write_split_index(struct index_state *istate);
void finish_writing_split_index(struct index_state *istate);
void discard_split_index(struct index_state *istate);
+void add_split_index(struct index_state *istate);
+void remove_split_index(struct index_state *istate);
#endif