X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=ssh-pull.c;h=26356dd7d84ea1bc9f7320b18562ed4117d4fac0;hb=1cadb5a2719eef7dc4e707ee2f796c94661f4622;hp=87d523899a83d8c0d3c5ff721208ded30c1a38f4;hpb=c4584ae3fd7cd595a638a07dfd853e9d2745e930;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);