]> git.ipfire.org Git - thirdparty/git.git/blame - ls-refs.h
config.mak.uname: remove unused the NO_R_TO_GCC_LINKER flag
[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);
72d0ea00
BW
9
10#endif /* LS_REFS_H */