repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
repository: create read_replace_refs setting
[alt-git.git]
/
negotiator
/
noop.h
blob
2b4ec5d07a278d4900bd6dcad0bb993ae93ff840
1
#ifndef NEGOTIATOR_NOOP_H
2
#define NEGOTIATOR_NOOP_H
3
4
struct
fetch_negotiator
;
5
6
void
noop_negotiator_init
(
struct
fetch_negotiator
*
negotiator
);
7
8
#endif