Sign in
code
/
git
/
59d92809088f28b06b0cd102dd166ba8b3144fc7
/
.
/
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 */