Raw
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 */