]> git.ipfire.org Git - thirdparty/git.git/blob - protocol-caps.h
artifacts-tar: when including `.dll` files, don't forget the unit-tests
[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 */