Revision 7556e5d737b917d31ac3729b0f5e2391da7e132a authored by Johannes Schindelin on 06 February 2023, 08:43:30 UTC, committed by Johannes Schindelin on 06 February 2023, 08:43:30 UTC
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 6487e9c
Raw File
ls-refs.h
#ifndef LS_REFS_H
#define LS_REFS_H

struct repository;
struct packet_reader;
int ls_refs(struct repository *r, struct packet_reader *request);
int ls_refs_advertise(struct repository *r, struct strbuf *value);

#endif /* LS_REFS_H */
back to top