1
0
mirror of https://github.com/git/git synced 2024-06-30 22:54:27 +00:00
git/protocol-caps.h

9 lines
194 B
C
Raw Normal View History

#ifndef PROTOCOL_CAPS_H
#define PROTOCOL_CAPS_H
struct repository;
struct packet_reader;
int cap_object_info(struct repository *r, struct packet_reader *request);
#endif /* PROTOCOL_CAPS_H */