Welcome to mirror list, hosted at ThFree Co, Russian Federation.

protocol-caps.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 */