DEBSOURCES
Skip Quicknav
sources / git / 1%3A2.50.1-0.1 / negotiator / noop.h
12345678
#ifndef NEGOTIATOR_NOOP_H #define NEGOTIATOR_NOOP_H struct fetch_negotiator; void noop_negotiator_init(struct fetch_negotiator *negotiator); #endif