]> git.ipfire.org Git - thirdparty/git.git/blob - serve.h
t7004: use "test-tool ref-store" for reflog inspection
[thirdparty/git.git] / serve.h
1 #ifndef SERVE_H
2 #define SERVE_H
3
4 void protocol_v2_advertise_capabilities(void);
5 void protocol_v2_serve_loop(int stateless_rpc);
6
7 #endif /* SERVE_H */