The twentieth batch
[alt-git.git] / ls-refs.h
blobe2243a547bb0499bef364ff080cd4e09759eb2f6
1 #ifndef LS_REFS_H
2 #define LS_REFS_H
4 struct repository;
5 struct packet_reader;
6 int ls_refs(struct repository *r, struct packet_reader *request);
7 int ls_refs_advertise(struct repository *r, struct strbuf *value);
9 #endif /* LS_REFS_H */