about summary refs log tree commit diff
path: root/third_party/git/negotiator/default.h
blob: d23a8f2fb8e0194feedea436aa9c3da451c7992d (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef NEGOTIATOR_DEFAULT_H
#define NEGOTIATOR_DEFAULT_H

struct fetch_negotiator;

void default_negotiator_init(struct fetch_negotiator *negotiator);

#endif