https://github.com/git/git
Revision 786a3e4b8d754d2b14b1208b98eeb0a554ef19a8 authored by Junio C Hamano on 29 April 2024, 14:30:29 UTC, committed by Junio C Hamano on 29 April 2024, 14:30:29 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f4edad9
Raw File
Tip revision: 786a3e4b8d754d2b14b1208b98eeb0a554ef19a8 authored by Junio C Hamano on 29 April 2024, 14:30:29 UTC
Git 2.45
Tip revision: 786a3e4
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