Welcome to mirror list, hosted at ThFree Co, Russian Federation.

noop.h « negotiator - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b4ec5d07a278d4900bd6dcad0bb993ae93ff840 (plain)
1
2
3
4
5
6
7
8
#ifndef NEGOTIATOR_NOOP_H
#define NEGOTIATOR_NOOP_H

struct fetch_negotiator;

void noop_negotiator_init(struct fetch_negotiator *negotiator);

#endif