]> git.ipfire.org Git - thirdparty/git.git/blob - protocol-caps.h
Merge branch 'cb/builtin-merge-format-string-fix' into maint
[thirdparty/git.git] / protocol-caps.h
1 #ifndef PROTOCOL_CAPS_H
2 #define PROTOCOL_CAPS_H
3
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);
9
10 #endif /* PROTOCOL_CAPS_H */