Revision 7f4e64169352e03476b0ea64e7e2973669e491a2 authored by Junio C Hamano on 21 November 2018, 14:24:52 UTC, committed by Junio C Hamano on 21 November 2018, 14:24:52 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 7cb1ea1
Raw File
ls-refs.h
#ifndef LS_REFS_H
#define LS_REFS_H

struct repository;
struct argv_array;
struct packet_reader;
extern int ls_refs(struct repository *r, struct argv_array *keys,
		   struct packet_reader *request);

#endif /* LS_REFS_H */
back to top