Git fork
at reftables-rust 8 lines 151 B view raw
1#ifndef NEGOTIATOR_NOOP_H 2#define NEGOTIATOR_NOOP_H 3 4struct fetch_negotiator; 5 6void noop_negotiator_init(struct fetch_negotiator *negotiator); 7 8#endif