tvl-depot/third_party/git/negotiator/skipping.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
163 B
C
Raw Normal View History

#ifndef NEGOTIATOR_SKIPPING_H
#define NEGOTIATOR_SKIPPING_H
struct fetch_negotiator;
void skipping_negotiator_init(struct fetch_negotiator *negotiator);
#endif