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:

committed by
Junio C Hamano

parent
0ff73d742b
commit
623b80bef2
7
server-info.h
Normal file
7
server-info.h
Normal 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 */
|
Reference in New Issue
Block a user