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 */