refspec: remove the deprecated functions
[gitweb.git] / remote.h
index 637fc5d0c3aec2095f72a0314f183225f554554c..4ffbc0082de309dd9e3ae506b599d3b8bbdee295 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -30,10 +30,7 @@ struct remote {
 
        struct refspec push;
 
-       const char **fetch_refspec;
-       struct refspec_item *fetch;
-       int fetch_refspec_nr;
-       int fetch_refspec_alloc;
+       struct refspec fetch;
 
        /*
         * -1 to never fetch tags
@@ -293,6 +290,4 @@ extern int parseopt_push_cas_option(const struct option *, const char *arg, int
 extern int is_empty_cas(const struct push_cas_option *);
 void apply_push_cas(struct push_cas_option *, struct remote *, struct ref *);
 
-void add_prune_tags_to_fetch_refspec(struct remote *remote);
-
 #endif