X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=ssh-pull.c;fp=ssh-pull.c;h=4cf9b6a1677542c74c99e88281417e3cc0d52bb1;hb=1e8be59d14f36128e5eb12cc0457e676bb79690c;hp=26356dd7d84ea1bc9f7320b18562ed4117d4fac0;hpb=66e481b007e843be54b9ff6a4be6e139c103a695;p=git.git diff --git a/ssh-pull.c b/ssh-pull.c index 26356dd7..4cf9b6a1 100644 --- a/ssh-pull.c +++ b/ssh-pull.c @@ -10,6 +10,10 @@ static int fd_out; static unsigned char remote_version = 0; static unsigned char local_version = 1; +void prefetch(unsigned char *sha1) +{ +} + int fetch(unsigned char *sha1) { int ret;