about summary refs log tree commit diff
path: root/third_party/git/negotiator/default.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/negotiator/default.h')
-rw-r--r--third_party/git/negotiator/default.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/git/negotiator/default.h b/third_party/git/negotiator/default.h
new file mode 100644
index 0000000000..d23a8f2fb8
--- /dev/null
+++ b/third_party/git/negotiator/default.h
@@ -0,0 +1,8 @@
+#ifndef NEGOTIATOR_DEFAULT_H
+#define NEGOTIATOR_DEFAULT_H
+
+struct fetch_negotiator;
+
+void default_negotiator_init(struct fetch_negotiator *negotiator);
+
+#endif