t/lib-httpd: pass GIT_TEST_SIDEBAND_ALL through Apache
[git/gitster.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