Sign in
googlers
/
jrn
/
git
/
6c69d3a91f20db5369cc10260f3d24cb9b193cc6
/
.
/
object-store.h
blob: 1b3e3d7d0145be18b523ea836aaac3e84c06af4e [
file
] [
log
] [
blame
]
#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 */