Revision 359da658ae32d9a7e5e93ac173fc221352b62917 authored by Johannes Schindelin on 23 June 2022, 10:36:05 UTC, committed by Johannes Schindelin on 23 June 2022, 10:36:05 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent aef3d59
Raw File
protocol-caps.h
#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 */
back to top