Welcome to mirror list, hosted at ThFree Co, Russian Federation.

server-info.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13bbde2c55fafe7bf07eb38377cec2f109de3164 (plain)
1
2
3
4
5
6
7
#ifndef SERVER_INFO_H
#define SERVER_INFO_H

/* Dumb servers support */
int update_server_info(int);

#endif /* SERVER_INFO_H */