Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ls-refs.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7b33a7c6b819c0d504ad6b447b61e003e9f590fb (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LS_REFS_H
#define LS_REFS_H

struct repository;
struct strvec;
struct packet_reader;
int ls_refs(struct repository *r, struct strvec *keys,
	    struct packet_reader *request);

#endif /* LS_REFS_H */