https://github.com/git/git
Raw File
Tip revision: 2d5e9f31ac46017895ce6a183467037d29ceb9d3 authored by Junio C Hamano on 26 May 2020, 16:38:13 UTC
Git 2.27-rc2
Tip revision: 2d5e9f3
ls-refs.h
#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 */
back to top