]> git.ipfire.org Git - thirdparty/git.git/blob - protocol-caps.h
cmake: use test names instead of full paths
[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 */