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