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