]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fetch-negotiator.h
Sync with 'maint'
[thirdparty/git.git] / fetch-negotiator.h
index ea78868504bdcff0121c40cd40b6857df1680cfc..e348905a1f0008950c66aca1c7b1d69a1253cccf 100644 (file)
@@ -53,7 +53,15 @@ struct fetch_negotiator {
        void *data;
 };
 
+/*
+ * Initialize a negotiator based on the repository settings.
+ */
 void fetch_negotiator_init(struct repository *r,
                           struct fetch_negotiator *negotiator);
 
+/*
+ * Initialize a noop negotiator.
+ */
+void fetch_negotiator_init_noop(struct fetch_negotiator *negotiator);
+
 #endif