]> git.ipfire.org Git - thirdparty/git.git/blob - protocol-caps.h
t7004: use "test-tool ref-store" for reflog inspection
[thirdparty/git.git] / protocol-caps.h
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 */