Revision f41f85c9ec8d4d46de0fd5fded88db94d3ec8c11 authored by Junio C Hamano on 20 February 2024, 05:01:01 UTC, committed by Junio C Hamano on 20 February 2024, 05:01:01 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 58aa645
Raw File
server-info.h
#ifndef SERVER_INFO_H
#define SERVER_INFO_H

/* Dumb servers support */
int update_server_info(int);

#endif /* SERVER_INFO_H */
back to top