]> git.ipfire.org Git - thirdparty/git.git/blame - ls-refs.h
Git 2.45-rc1
[thirdparty/git.git] / ls-refs.h
CommitLineData
72d0ea00
BW
1#ifndef LS_REFS_H
2#define LS_REFS_H
3
4struct repository;
72d0ea00 5struct packet_reader;
28a592e4 6int ls_refs(struct repository *r, struct packet_reader *request);
59e1205d 7int ls_refs_advertise(struct repository *r, struct strbuf *value);
72d0ea00
BW
8
9#endif /* LS_REFS_H */