summaryrefslogtreecommitdiff
path: root/sparse-index.h
blob: 09a20d036c4621848fe511ffd7a71853fcab7f83 (plain)
1
2
3
4
5
6
7
#ifndef SPARSE_INDEX_H__
#define SPARSE_INDEX_H__

struct index_state;
void ensure_full_index(struct index_state *istate);

#endif