Sign in
code
/
git
/
b6a8d09f6d85693dad19bbcfd2b18f9e6fc81ee4
/
.
/
fetch-object.h
blob: d6444caa5ac11b586fba327b66c647e81b0c1d90 [
file
]
#ifndef
FETCH_OBJECT_H
#define
FETCH_OBJECT_H
struct
object_id
;
void
fetch_objects
(
const
char
*
remote_name
,
const
struct
object_id
*
oids
,
int
oid_nr
);
#endif