summaryrefslogtreecommitdiff
path: root/server-info.h
blob: e634d1722bdfaaa506777b4df370d908b05005e9 (plain)
1
2
3
4
5
6
7
8
9
#ifndef SERVER_INFO_H
#define SERVER_INFO_H

struct repository;

/* Dumb servers support */
int update_server_info(struct repository *r, int force);

#endif /* SERVER_INFO_H */