From 5df184241a6cfe88ac5ebcee9a3ad175abfca0cd Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Mon, 1 Apr 2013 19:38:23 +0200 Subject: lol this worked first try wtf --- src/odb.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/odb.h') diff --git a/src/odb.h b/src/odb.h index 7c018cc50..9abf594e8 100644 --- a/src/odb.h +++ b/src/odb.h @@ -36,9 +36,11 @@ struct git_odb_object { struct git_odb { git_refcount rc; git_vector backends; - git_cache cache; + git_cache own_cache; }; +void git_odb_object__free(git_odb_object *object); + /* * Hash a git_rawobj internally. * The `git_rawobj` is supposed to be previously initialized -- cgit v1.2.1