Merge branch 'jk/ewah-bounds-check'
[git.git] / fetch-object.h
blob4b269d07ed635b3e6b1f5f7b2118d290d27e7e4e
1 #ifndef FETCH_OBJECT_H
2 #define FETCH_OBJECT_H
4 #include "sha1-array.h"
6 extern void fetch_object(const char *remote_name, const unsigned char *sha1);
8 extern void fetch_objects(const char *remote_name,
9 const struct oid_array *to_fetch);
11 #endif