DEBSOURCES
Skip Quicknav
sources / cgit / 1.2.3%2Bgit20240802.70.09d24d7%2Bgit2.46.0-1 / git / negotiator / noop.h
12345678
#ifndef NEGOTIATOR_NOOP_H #define NEGOTIATOR_NOOP_H struct fetch_negotiator; void noop_negotiator_init(struct fetch_negotiator *negotiator); #endif