#ifndef MHIST_H
#define MHIST_H

struct index *
make_index_mhistv(FILE *input, int window_size, int num_boxes);

#endif
