Sign in
googlers
/
jrn
/
git
/
3a2a1dc17077a27ad1a89db27cb1b4b374f3b0ff
/
.
/
fetch-negotiator.c
blob: 2675d120feee21dd9f618ce2f6b8ff1e3a3330ea [
file
] [
log
] [
blame
]
#include
"git-compat-util.h"
#include
"fetch-negotiator.h"
#include
"negotiator/default.h"
void
fetch_negotiator_init
(
struct
fetch_negotiator
*
negotiator
)
{
default_negotiator_init
(
negotiator
);
}