dbdbe9f87322393111838cfdc3acd03e81046591
   1#ifndef __MIDX_H__
   2#define __MIDX_H__
   3
   4int write_midx_file(const char *object_dir);
   5
   6#endif