summaryrefslogtreecommitdiff
path: root/serve.h
blob: 85bf73cfe53cb9cbb4b042c43a1f6a55338ad6ed (plain)
1
2
3
4
5
6
7
8
9
#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 */