midx: write header information to lockfile
[git/raj.git] / midx.h
blobdbdbe9f87322393111838cfdc3acd03e81046591
1 #ifndef __MIDX_H__
2 #define __MIDX_H__
4 int write_midx_file(const char *object_dir);
6 #endif