diff options
Diffstat (limited to 'ssh-pull.c')
-rw-r--r-- | ssh-pull.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-pull.c b/ssh-pull.c index 87d523899a..26356dd7d8 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); |