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 */
9