9 struct notes_tree tree;
13 void notes_cache_init(struct repository *r, struct notes_cache *c,
14 const char *name, const char *validity);
15 int notes_cache_write(struct notes_cache *c);
17 char *notes_cache_get(struct notes_cache *c, struct object_id *oid, size_t
19 int notes_cache_put(struct notes_cache *c, struct object_id *oid,
20 const char *data, size_t size);
22 #endif /* NOTES_CACHE_H */