repo.or.cz
/
git
/
raj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
midx: write header information to lockfile
[git/raj.git]
/
midx.h
blob
dbdbe9f87322393111838cfdc3acd03e81046591
1
#ifndef __MIDX_H__
2
#define __MIDX_H__
3
4
int
write_midx_file
(
const char
*
object_dir
);
5
6
#endif