Sign in
◑
Theme
code
/
git
/
57982b8f2af9563cb54aafbf46e21f2b744ab59e
/
.
/
object-store.h
blob: 1b3e3d7d0145be18b523ea836aaac3e84c06af4e [
file
]
#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 */