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: 7e5646f5f62b2c69e591cde485b58c5328b609bc (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef LS_REFS_H
#define LS_REFS_H

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

#endif /* LS_REFS_H */