Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8 lines (6 sloc)
194 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 */ |