]> git.ipfire.org Git - thirdparty/git.git/blob - ls-refs.h
Merge branch 'js/update-index-ignore-removal-for-skip-worktree'
[thirdparty/git.git] / ls-refs.h
1 #ifndef LS_REFS_H
2 #define LS_REFS_H
3
4 struct repository;
5 struct argv_array;
6 struct packet_reader;
7 int ls_refs(struct repository *r, struct argv_array *keys,
8 struct packet_reader *request);
9
10 #endif /* LS_REFS_H */