diff options
Diffstat (limited to 'sparse-index.h')
-rw-r--r-- | sparse-index.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sparse-index.h b/sparse-index.h index 64380e121d..39dcc85973 100644 --- a/sparse-index.h +++ b/sparse-index.h @@ -5,4 +5,7 @@ struct index_state; void ensure_full_index(struct index_state *istate); int convert_to_sparse(struct index_state *istate); +struct repository; +int set_sparse_index_config(struct repository *repo, int enable); + #endif |