diff options
Diffstat (limited to 'tag.h')
-rw-r--r-- | tag.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |