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