зеркало из https://github.com/microsoft/git.git
8 строки
129 B
C
8 строки
129 B
C
|
#ifndef SERVER_INFO_H
|
||
|
#define SERVER_INFO_H
|
||
|
|
||
|
/* Dumb servers support */
|
||
|
int update_server_info(int);
|
||
|
|
||
|
#endif /* SERVER_INFO_H */
|