git/midx.h

7 lines
92 B
C

#ifndef __MIDX_H__
#define __MIDX_H__
int write_midx_file(const char *object_dir);
#endif