]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fetch-negotiator.h
Merge branch 'master' of git://github.com/git-l10n/git-po
[thirdparty/git.git] / fetch-negotiator.h
index b1290aa9c688896a2553c4f05133321004a12e1d..ddb44a22dce42b5cce8f747987e0848483350993 100644 (file)
@@ -52,6 +52,7 @@ struct fetch_negotiator {
        void *data;
 };
 
-void fetch_negotiator_init(struct fetch_negotiator *negotiator);
+void fetch_negotiator_init(struct fetch_negotiator *negotiator,
+                          const char *algorithm);
 
 #endif