Staging
v0.5.1
Revision 3e5524907b43337e82a24afbc822078daf7a868f authored by Junio C Hamano on 04 June 2018, 12:41:41 UTC, committed by Junio C Hamano on 04 June 2018, 12:41:41 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent e66e8f9
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