Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: af6d1d602a8f64164b266364339c4e936d5bbc33 authored by Junio C Hamano on 12 October 2021, 20:51:59 UTC
Git 2.33.1
Tip revision: af6d1d6
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