Merge tag 'v2.23.0-rc2' of git://git.kernel.org/pub/scm/git/git
[git/raj.git] / negotiator / skipping.h
blobd7dfa6c6e429603dbcfa8982f8b928e66353c3d8
1 #ifndef NEGOTIATOR_SKIPPING_H
2 #define NEGOTIATOR_SKIPPING_H
4 struct fetch_negotiator;
6 void skipping_negotiator_init(struct fetch_negotiator *negotiator);
8 #endif