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

object-store.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1b3e3d7d0145be18b523ea836aaac3e84c06af4e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef OBJECT_STORE_H
#define OBJECT_STORE_H

#include "khash.h"
#include "dir.h"
#include "object-store-ll.h"

KHASH_INIT(odb_path_map, const char * /* key: odb_path */,
	struct object_directory *, 1, fspathhash, fspatheq)

#endif /* OBJECT_STORE_H */