summaryrefslogtreecommitdiff
path: root/protocol-caps.h
blob: 0a9f49df115b5cf0914eea64936059cfa64b224b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PROTOCOL_CAPS_H
#define PROTOCOL_CAPS_H
 
struct repository;
struct strvec;
struct packet_reader;
int cap_object_info(struct repository *r, struct strvec *keys,
		    struct packet_reader *request);
 
#endif /* PROTOCOL_CAPS_H */