Sign in
code
/
git
/
6a64ac7b014fa2cfa7a69af3c253bcd53a94b428
/
.
/
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 */