Git 2.45-rc1
[git.git] / serve.h
blobf946cf904a242db5106625e280d7daa671348516
1 #ifndef SERVE_H
2 #define SERVE_H
4 void protocol_v2_advertise_capabilities(void);
5 void protocol_v2_serve_loop(int stateless_rpc);
7 #endif /* SERVE_H */