Sign in
code
/
git
/
f1edda9bfb70ce5eec41c68c51841faef551cb10
/
.
/
serve.h
blob: 85bf73cfe53cb9cbb4b042c43a1f6a55338ad6ed [
file
]
#ifndef
SERVE_H
#define
SERVE_H
struct
repository
;
void
protocol_v2_advertise_capabilities
(
struct
repository
*
r
);
void
protocol_v2_serve_loop
(
struct
repository
*
r
,
int
stateless_rpc
);
#endif
/* SERVE_H */