Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 66262451ec94d30ac4b80eb3123549cf7a788afd authored by Junio C Hamano on 30 July 2021, 23:14:07 UTC
Git 2.33-rc0
Tip revision: 6626245
protocol-caps.h
#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 */
back to top