]> git.ipfire.org Git - thirdparty/git.git/blame - ls-refs.h
Merge branch 'ab/pager-exit-log'
[thirdparty/git.git] / ls-refs.h
CommitLineData
72d0ea00
BW
1#ifndef LS_REFS_H
2#define LS_REFS_H
3
4struct repository;
873cd28a 5struct strvec;
72d0ea00 6struct packet_reader;
873cd28a 7int ls_refs(struct repository *r, struct strvec *keys,
ad6dad09 8 struct packet_reader *request);
59e1205d 9int ls_refs_advertise(struct repository *r, struct strbuf *value);
72d0ea00
BW
10
11#endif /* LS_REFS_H */