]> git.ipfire.org Git - thirdparty/git.git/blame - protocol-caps.h
doc: express grammar placeholders between angle brackets
[thirdparty/git.git] / protocol-caps.h
CommitLineData
a2ba162c
BA
1#ifndef PROTOCOL_CAPS_H
2#define PROTOCOL_CAPS_H
3
4struct repository;
5struct strvec;
6struct packet_reader;
7int cap_object_info(struct repository *r, struct strvec *keys,
8 struct packet_reader *request);
9
d94f9b8e 10#endif /* PROTOCOL_CAPS_H */