1#ifndef FETCH_OBJECT_H
2#define FETCH_OBJECT_H
34
#include "sha1-array.h"
56
extern void fetch_object(const char *remote_name, const unsigned char *sha1);
78
extern void fetch_objects(const char *remote_name,
9const struct oid_array *to_fetch);
1011
#endif