Sign in
code
/
git
/
22fab08fb88f4d8a4ddf1bd7a28dda13311dd26f
/
.
/
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 */