repo.or.cz
/
git
/
gitster.git
/
blob
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The sixteenth batch
[git/gitster.git]
/
serve.h
blob
85bf73cfe53cb9cbb4b042c43a1f6a55338ad6ed
1
#ifndef SERVE_H
2
#define SERVE_H
3
4
struct
repository
;
5
6
void
protocol_v2_advertise_capabilities
(
struct
repository
*
r
);
7
void
protocol_v2_serve_loop
(
struct
repository
*
r
,
int
stateless_rpc
);
8
9
#endif
/* SERVE_H */