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