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