Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
ls-refs.h
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
h
9 lines
235 Bytes
Copy permalink
Copy
Raw
1
#ifndef LS_REFS_H
2
#define LS_REFS_H
3
4
struct
repository
;
5
struct
packet_reader
;
6
int
ls_refs
(
struct
repository
*
r
,
struct
packet_reader
*
request
);
7
int
ls_refs_advertise
(
struct
repository
*
r
,
struct
strbuf
*
value
);
8
9
#endif
/* LS_REFS_H */