Staging
v0.5.1
Revision d98273ba77e1ab9ec755576bc86c716a97bf59d7 authored by Junio C Hamano on 05 October 2020, 21:00:04 UTC, committed by Junio C Hamano on 05 October 2020, 21:01:56 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 542b3c2
Raw File
ls-refs.h
#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 */
back to top