Revision 2c7b491c1d3107be35c375f59e040b0f13d0cc0c authored by Johannes Schindelin on 24 April 2024, 07:17:11 UTC, committed by Johannes Schindelin on 29 April 2024, 18:42:46 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 1c00f92
Raw File
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