2021-04-21 01:38:31 +02:00
|
|
|
#ifndef PROTOCOL_CAPS_H
|
|
|
|
#define PROTOCOL_CAPS_H
|
|
|
|
|
|
|
|
struct repository;
|
|
|
|
struct packet_reader;
|
2021-08-05 03:25:38 +02:00
|
|
|
int cap_object_info(struct repository *r, struct packet_reader *request);
|
2021-04-21 01:38:31 +02:00
|
|
|
|
2021-06-07 16:33:05 +02:00
|
|
|
#endif /* PROTOCOL_CAPS_H */
|