mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
7 lines
127 B
C
7 lines
127 B
C
|
#ifndef REACHEABLE_H
|
||
|
#define REACHEABLE_H
|
||
|
|
||
|
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog);
|
||
|
|
||
|
#endif
|