git/protocol-caps.h

9 lines
194 B
C

#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 */