X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=ssh-pull.c;h=26356dd7d84ea1bc9f7320b18562ed4117d4fac0;hb=429a9358763dfb98cd063e40dc49cbc049e2a268;hp=87d523899a83d8c0d3c5ff721208ded30c1a38f4;hpb=85c1f337be49eaa9a22e42a1c9958deef5ab57c3;p=git.git diff --git a/ssh-pull.c b/ssh-pull.c index 87d52389..26356dd7 100644 --- a/ssh-pull.c +++ b/ssh-pull.c @@ -29,7 +29,7 @@ int fetch(unsigned char *sha1) return ret; } -int get_version(void) +static int get_version(void) { char type = 'v'; write(fd_out, &type, 1);