diff options
Diffstat (limited to 'preload-index.c')
-rw-r--r-- | preload-index.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/preload-index.c b/preload-index.c index ddca1c216e..c7dc3f2b9f 100644 --- a/preload-index.c +++ b/preload-index.c @@ -90,9 +90,9 @@ static void *preload_thread(void *_data) return NULL; } -static void preload_index(struct index_state *index, - const struct pathspec *pathspec, - unsigned int refresh_flags) +void preload_index(struct index_state *index, + const struct pathspec *pathspec, + unsigned int refresh_flags) { int threads, i, work, offset; struct thread_data data[MAX_PARALLEL]; |