]> git.ipfire.org Git - thirdparty/git.git/blame_incremental - serve.h
t2104: style fixes
[thirdparty/git.git] / serve.h
... / ...
CommitLineData
1#ifndef SERVE_H
2#define SERVE_H
3
4void protocol_v2_advertise_capabilities(void);
5void protocol_v2_serve_loop(int stateless_rpc);
6
7#endif /* SERVE_H */