pull: trivial cleanup
[git.git] / protocol-caps.h
blob6351648e3719978dad31958ad441a0fad27d89bc
1 #ifndef PROTOCOL_CAPS_H
2 #define PROTOCOL_CAPS_H
4 struct repository;
5 struct strvec;
6 struct packet_reader;
7 int cap_object_info(struct repository *r, struct strvec *keys,
8 struct packet_reader *request);
10 #endif /* PROTOCOL_CAPS_H */