repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'mh/mingw-case-sensitive-build'
[alt-git.git]
/
object-store.h
blob
1b3e3d7d0145be18b523ea836aaac3e84c06af4e
1
#ifndef OBJECT_STORE_H
2
#define OBJECT_STORE_H
3
4
#include
"khash.h"
5
#include
"dir.h"
6
#include
"object-store-ll.h"
7
8
KHASH_INIT
(
odb_path_map
,
const char
*
/* key: odb_path */
,
9
struct
object_directory
*,
1
,
fspathhash
,
fspatheq
)
10
11
#endif
/* OBJECT_STORE_H */