X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=remote.h;h=9a30a9dba64825950f7a0448ad8b64581c0b8fae;hb=e2b1405b9445ad87f19625a3740eb802b3f7472f;hp=888d7c15de2eacc56d869a96d4463aefca7a7a06;hpb=3fc44a10f62fdca29558dc553a3e12949af30637;p=~andy%2Fgit diff --git a/remote.h b/remote.h index 888d7c15d..9a30a9dba 100644 --- a/remote.h +++ b/remote.h @@ -70,7 +70,7 @@ struct refspec { extern const struct refspec *tag_refspec; struct ref *alloc_ref(const char *name); - +struct ref *copy_ref(const struct ref *ref); struct ref *copy_ref_list(const struct ref *ref); int check_ref_type(const struct ref *ref, int flags);