summaryrefslogtreecommitdiff
path: root/tag.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-28 14:50:39 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-28 14:50:39 (GMT)
commitd5e276884a0780c61d4306f1527047f6c4180ab2 (patch)
tree26626ad012078d48ca7d434730aabd4de5b6650a /tag.h
parentc418eda493a7471d2a2a02583b2bc962ff81f7bc (diff)
downloadgit-d5e276884a0780c61d4306f1527047f6c4180ab2.zip
git-d5e276884a0780c61d4306f1527047f6c4180ab2.tar.gz
git-d5e276884a0780c61d4306f1527047f6c4180ab2.tar.bz2
Fix up recent object model cleanups
Make sure the Makefile knows about the object header dependencies, and add declarations for tag lookup/parsing.
Diffstat (limited to 'tag.h')
-rw-r--r--tag.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag.h b/tag.h
index 7ae7864..eddfed6 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 */