https://github.com/git/git
Raw File
Tip revision: ecaa3db17183b4a3895ccd0c0c1af01d0e6fed45 authored by Johannes Schindelin on 11 March 2023, 20:18:16 UTC
Git 2.36.6
Tip revision: ecaa3db
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