git-subtree-dir: third_party/git git-subtree-split: cb715685942260375e1eb8153b0768a376e4ece7
8 lines
163 B
C
8 lines
163 B
C
#ifndef NEGOTIATOR_SKIPPING_H
|
|
#define NEGOTIATOR_SKIPPING_H
|
|
|
|
struct fetch_negotiator;
|
|
|
|
void skipping_negotiator_init(struct fetch_negotiator *negotiator);
|
|
|
|
#endif
|