Merge branch 'mt/pkt-line-comment-tweak' into maint
[git/debian.git] / protocol-caps.h
blob15c4550360cfdb4d1f05f7df252f08c85d2b8256
1 #ifndef PROTOCOL_CAPS_H
2 #define PROTOCOL_CAPS_H
4 struct repository;
5 struct packet_reader;
6 int cap_object_info(struct repository *r, struct packet_reader *request);
8 #endif /* PROTOCOL_CAPS_H */