Revision 4d0b43aa765a0056c88381eea862364c95e358ca authored by Johannes Schindelin on 17 March 2022, 09:57:52 UTC, committed by Johannes Schindelin on 23 March 2022, 23:31:36 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 93fbff0
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