mirror of
https://github.com/git/git
synced 2024-11-05 04:53:18 +00:00
623b80bef2
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
7 lines
129 B
C
7 lines
129 B
C
#ifndef SERVER_INFO_H
|
|
#define SERVER_INFO_H
|
|
|
|
/* Dumb servers support */
|
|
int update_server_info(int);
|
|
|
|
#endif /* SERVER_INFO_H */
|