mirror of
https://github.com/git/git.git
synced 2024-12-02 22:43:44 +08:00
9 lines
151 B
C
9 lines
151 B
C
|
#ifndef NEGOTIATOR_NOOP_H
|
||
|
#define NEGOTIATOR_NOOP_H
|
||
|
|
||
|
struct fetch_negotiator;
|
||
|
|
||
|
void noop_negotiator_init(struct fetch_negotiator *negotiator);
|
||
|
|
||
|
#endif
|