repo.or.cz
/
alt-git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The seventh batch
[alt-git.git]
/
server-info.h
blob
e634d1722bdfaaa506777b4df370d908b05005e9
1
#ifndef SERVER_INFO_H
2
#define SERVER_INFO_H
3
4
struct
repository
;
5
6
/* Dumb servers support */
7
int
update_server_info
(
struct
repository
*
r
,
int
force
);
8
9
#endif
/* SERVER_INFO_H */