8 lines
131 B
C
8 lines
131 B
C
![]() |
#ifndef SPARSE_INDEX_H__
|
||
|
#define SPARSE_INDEX_H__
|
||
|
|
||
|
struct index_state;
|
||
|
void ensure_full_index(struct index_state *istate);
|
||
|
|
||
|
#endif
|