X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tag.h;h=36e532401fe253a61a26f8b0adfba2cf1009fb3d;hb=211b5f9e62cc961acda59392fbf5a3efa8106c97;hp=3e8c32d738ddad2538257b84830424a77b9aae7a;hpb=07ee0d77c66d6f356cd3f82435e67510779aa53c;p=git.git diff --git a/tag.h b/tag.h index 3e8c32d7..36e53240 100644 --- a/tag.h +++ b/tag.h @@ -15,5 +15,6 @@ struct tag { extern struct tag *lookup_tag(const unsigned char *sha1); extern int parse_tag_buffer(struct tag *item, void *data, unsigned long size); extern int parse_tag(struct tag *item); +extern struct object *deref_tag(struct object *); #endif /* TAG_H */