]> git.ipfire.org Git - thirdparty/git.git/blob - ls-refs.h
Merge branch 'ja/doc-cleanup'
[thirdparty/git.git] / ls-refs.h
1 #ifndef LS_REFS_H
2 #define LS_REFS_H
3
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);
8
9 #endif /* LS_REFS_H */