1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-26 21:45:14 +02:00
git/protocol-caps.h

9 lines
194 B
C
Raw Permalink 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 */