X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=9a30a9dba64825950f7a0448ad8b64581c0b8fae;hb=d0b46502de2893a121427b94321a2bfc8cffde27;hp=888d7c15de2eacc56d869a96d4463aefca7a7a06;hpb=8272bcabac0b68e6d526ec0fcbc6d6e532b3e2af;p=git.git 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);