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