https://github.com/git/git
Revision d3fae2a076c42da510f5ee3dfba138fb7da0d151 authored by Rafael Hovhannisyan on 09 July 2014, 23:04:49 UTC, committed by Rafael Hovhannisyan on 09 July 2014, 23:04:49 UTC
1 parent 81e776d
Raw File
Tip revision: d3fae2a076c42da510f5ee3dfba138fb7da0d151 authored by Rafael Hovhannisyan on 09 July 2014, 23:04:49 UTC
Update gettext.c
Tip revision: d3fae2a
reachable.h
#ifndef REACHEABLE_H
#define REACHEABLE_H

struct progress;
extern void mark_reachable_objects(struct rev_info *revs, int mark_reflog, struct progress *);

#endif
back to top