Staging
v0.5.1
Revision de49261b050d9cd8ec73842356077bc5b606640f authored by Junio C Hamano on 25 March 2020, 20:07:47 UTC, committed by Junio C Hamano on 25 March 2020, 20:07:47 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2 parent s 274b9cc + 67b0a24
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