]> git.ipfire.org Git - thirdparty/git.git/blame - object-store.h
Documentation/RelNotes/2.45.0.txt: fix typo
[thirdparty/git.git] / object-store.h
CommitLineData
90c62155
SB
1#ifndef OBJECT_STORE_H
2#define OBJECT_STORE_H
3
cf2dc1c2
EW
4#include "khash.h"
5#include "dir.h"
a034e910 6#include "object-store-ll.h"
2b6070ac 7
cf2dc1c2 8KHASH_INIT(odb_path_map, const char * /* key: odb_path */,
dd3c8a72 9 struct object_directory *, 1, fspathhash, fspatheq)
cf2dc1c2 10
90c62155 11#endif /* OBJECT_STORE_H */