Sign in
googlers
/
jrn
/
git
/
6e4718857eb5d5b068a5ca4e0a01c624d66f8c01
/
.
/
fetch-object.h
blob: d6444caa5ac11b586fba327b66c647e81b0c1d90 [
file
] [
log
] [
blame
]
#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