Permalink
Cannot retrieve contributors at this time
9 lines (7 sloc)
235 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 LS_REFS_H | |
#define LS_REFS_H | |
struct repository; | |
struct packet_reader; | |
int ls_refs(struct repository *r, struct packet_reader *request); | |
int ls_refs_advertise(struct repository *r, struct strbuf *value); | |
#endif /* LS_REFS_H */ |