1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-23 09:06:35 +02: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 */