1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-19 15:13:52 +02:00
git/server-info.h
Elijah Newren 623b80bef2 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>
2023-04-24 12:47:31 -07:00

8 lines
129 B
C

#ifndef SERVER_INFO_H
#define SERVER_INFO_H
/* Dumb servers support */
int update_server_info(int);
#endif /* SERVER_INFO_H */