From e9eefa676178a972f055c978cac9a9ae06b6703a Mon Sep 17 00:00:00 2001 From: Daniel Barkalow Date: Thu, 28 Apr 2005 07:46:33 -0700 Subject: [PATCH] Add function to parse an object of unspecified type (take 2) This adds a function that parses an object from the database when we have to look up its actual type. It also checks the hash of the file, due to its heritage as part of fsck-cache. Signed-Off-By: Daniel Barkalow Signed-off-by: Linus Torvalds --- object.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'object.h') diff --git a/object.h b/object.h index bc607fd55f..d53a35a4d7 100644 --- a/object.h +++ b/object.h @@ -22,6 +22,9 @@ struct object *lookup_object(unsigned char *sha1); void created_object(unsigned char *sha1, struct object *obj); +/** Returns the object, having parsed it to find out what it is. **/ +struct object *parse_object(unsigned char *sha1); + void add_ref(struct object *refer, struct object *target); void mark_reachable(struct object *obj, unsigned int mask); -- cgit v1.2.3