https://github.com/git/git
Raw File
Tip revision: babb4e5d7107ba730beff8d224e4bcf065533e0b authored by Johannes Schindelin on 10 April 2024, 19:51:47 UTC
Git 2.42.2
Tip revision: babb4e5
serve.h
#ifndef SERVE_H
#define SERVE_H

void protocol_v2_advertise_capabilities(void);
void protocol_v2_serve_loop(int stateless_rpc);

#endif /* SERVE_H */
back to top