Staging
v0.8.1
Revision d4a392452e292ff924e79ec8458611c0f679d6d4 authored by Junio C Hamano on 09 October 2020, 04:53:09 UTC, committed by Junio C Hamano on 09 October 2020, 04:53:26 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 62564ba
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