repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bisect--helper: double-check run command on exit code 126 and 127
[git/debian.git]
/
protocol-caps.h
blob
15c4550360cfdb4d1f05f7df252f08c85d2b8256
1
#ifndef PROTOCOL_CAPS_H
2
#define PROTOCOL_CAPS_H
3
4
struct
repository
;
5
struct
packet_reader
;
6
int
cap_object_info
(
struct
repository
*
r
,
struct
packet_reader
*
request
);
7
8
#endif
/* PROTOCOL_CAPS_H */