#include "git-compat-util.h" #include "fetch-negotiator.h" #include "negotiator/default.h" #include "negotiator/skipping.h" #include "negotiator/noop.h" #include "repository.h" void fetch_negotiator_init(struct repository *r, struct fetch_negotiator *negotiator) { … } void fetch_negotiator_init_noop(struct fetch_negotiator *negotiator) { … }