aboutsummaryrefslogtreecommitdiff
path: root/http-pull.c
diff options
context:
space:
mode:
Diffstat (limited to 'http-pull.c')
-rw-r--r--http-pull.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/http-pull.c b/http-pull.c
index bd6195537..e70ab39c0 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;