https://github.com/git/git
Raw File
Tip revision: adee96c55a5759588d03c03ee2ad9cfc05687899 authored by Shubham Ghule on 20 October 2019, 14:57:34 UTC
Please enter the commit message for your changes. Lines starting
Tip revision: adee96c
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