1
0
mirror of https://github.com/git/git.git synced 2024-09-20 19:53:06 +02:00
git/server-info.h

8 lines
129 B
C
Raw Normal View History

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