X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=http-pull.c;h=e70ab39c03dc82e7f90afa43f8271ca4e3ae8206;hb=8de8a292eb2460ff5166854875083ac1ac657add;hp=bd6195537ff38375aae3b16391b33c9e4fa23368;hpb=182005b954d81b2a08162de93511ca238b242bea;p=git.git diff --git a/http-pull.c b/http-pull.c index bd619553..e70ab39c 100644 --- a/http-pull.c +++ b/http-pull.c @@ -67,6 +67,10 @@ static size_t fwrite_sha1_file(void *ptr, size_t eltsize, size_t nmemb, return size; } +void prefetch(unsigned char *sha1) +{ +} + static int got_indices = 0; static struct packed_git *packs = NULL;