4 struct raw_object_store {
6 * Path to the repository's object store.
7 * Cannot be NULL after initialization.
11 /* Path to extra alternate object database if not NULL */
15 struct raw_object_store *raw_object_store_new(void);
16 void raw_object_store_clear(struct raw_object_store *o);
18 #endif /* OBJECT_STORE_H */