]> git.ipfire.org Git - thirdparty/git.git/blame - protocol-caps.h
git maintenance: avoid console window in scheduled tasks on Windows
[thirdparty/git.git] / protocol-caps.h
CommitLineData
a2ba162c
BA
1#ifndef PROTOCOL_CAPS_H
2#define PROTOCOL_CAPS_H
3
4struct repository;
a2ba162c 5struct packet_reader;
28a592e4 6int cap_object_info(struct repository *r, struct packet_reader *request);
a2ba162c 7
d94f9b8e 8#endif /* PROTOCOL_CAPS_H */