Welcome to mirror list, hosted at ThFree Co, Russian Federation.

skipping.h « negotiator - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7dfa6c6e429603dbcfa8982f8b928e66353c3d8 (plain)
1
2
3
4
5
6
7
8
#ifndef NEGOTIATOR_SKIPPING_H
#define NEGOTIATOR_SKIPPING_H

struct fetch_negotiator;

void skipping_negotiator_init(struct fetch_negotiator *negotiator);

#endif