#ifndef MHIST_D_H
#define MHIST_D_H

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

#endif
