serve: mark has_capability() as static
[alt-git.git] / serve.h
blob56da77a87af40f1f81e6382bc0c1488628f649f3
1 #ifndef SERVE_H
2 #define SERVE_H
4 struct serve_options {
5 unsigned advertise_capabilities;
6 unsigned stateless_rpc;
7 };
8 #define SERVE_OPTIONS_INIT { 0 }
9 void serve(struct serve_options *options);
11 #endif /* SERVE_H */