Staging
v0.5.1
Revision 7e8bfb0412581daf8f3c89909f1d37844e8610dd authored by Junio C Hamano on 20 August 2018, 18:37:21 UTC, committed by Junio C Hamano on 20 August 2018, 19:53:58 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 273b0a1
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