]> git.ipfire.org Git - thirdparty/git.git/blob - serve.h
Merge branch 'rc/negotiate-only-typofix'
[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 */