server-info.h: move declarations for server-info.c functions from cache.h

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:11 +00:00
committed by Junio C Hamano
parent 0ff73d742b
commit 623b80bef2
6 changed files with 12 additions and 4 deletions

7
server-info.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef SERVER_INFO_H
#define SERVER_INFO_H
/* Dumb servers support */
int update_server_info(int);
#endif /* SERVER_INFO_H */