DEBSOURCES
Skip Quicknav
sources / rust-git-cinnabar / 0.7.2-2 / git-core / negotiator / noop.h
12345678
#ifndef NEGOTIATOR_NOOP_H #define NEGOTIATOR_NOOP_H struct fetch_negotiator; void noop_negotiator_init(struct fetch_negotiator *negotiator); #endif