X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=tag.h;h=41826870f87aaa2e45f34b825aa2c7c63aa81d80;hb=7ab6f3d437b9dbe5c139162777ee46d224371ee7;hp=eddfed6bf3b1cae1458b6ee9232d6c5ea12aad35;hpb=d5e276884a0780c61d4306f1527047f6c4180ab2;p=git.git diff --git a/tag.h b/tag.h index eddfed6b..41826870 100644 --- a/tag.h +++ b/tag.h @@ -13,6 +13,7 @@ struct tag { }; extern struct tag *lookup_tag(unsigned char *sha1); +extern int parse_tag_buffer(struct tag *item, void *data, unsigned long size); extern int parse_tag(struct tag *item); #endif /* TAG_H */