From d5e276884a0780c61d4306f1527047f6c4180ab2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Thu, 28 Apr 2005 07:50:39 -0700 Subject: Fix up recent object model cleanups Make sure the Makefile knows about the object header dependencies, and add declarations for tag lookup/parsing. --- tag.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tag.h') diff --git a/tag.h b/tag.h index 7ae7864d8a..eddfed6bf3 100644 --- a/tag.h +++ b/tag.h @@ -12,4 +12,7 @@ struct tag { char *signature; /* not actually implemented */ }; +extern struct tag *lookup_tag(unsigned char *sha1); +extern int parse_tag(struct tag *item); + #endif /* TAG_H */ -- cgit v1.2.1