Welcome to mirror list, hosted at ThFree Co, Russian Federation.

midx.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/midx.h
blob: dbdbe9f87322393111838cfdc3acd03e81046591 (plain)
1
2
3
4
5
6
#ifndef __MIDX_H__
#define __MIDX_H__

int write_midx_file(const char *object_dir);

#endif