Revision d0654dc308b0ba76dd8ed7bbb33c8d8f7aacd783 authored by Junio C Hamano on 13 January 2020, 18:16:43 UTC, committed by Junio C Hamano on 13 January 2020, 18:16:43 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b4615e4
Raw File
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