Merge branch 'tb/pack-revindex-on-disk'
[git/debian.git] / negotiator / noop.h
blob2b4ec5d07a278d4900bd6dcad0bb993ae93ff840
1 #ifndef NEGOTIATOR_NOOP_H
2 #define NEGOTIATOR_NOOP_H
4 struct fetch_negotiator;
6 void noop_negotiator_init(struct fetch_negotiator *negotiator);
8 #endif