Staging
v0.5.1
https://github.com/git/git
Revision da72936f544fec5a335e66432610e4cef4430991 authored by Junio C Hamano on 04 November 2019, 04:32:41 UTC, committed by Junio C Hamano on 04 November 2019, 04:33:06 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 1d34d42
Raw File
Tip revision: da72936f544fec5a335e66432610e4cef4430991 authored by Junio C Hamano on 04 November 2019, 04:32:41 UTC
Git 2.24
Tip revision: da72936
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