the recv_generator can be static
authorAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 01:27:51 +0000 (01:27 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 2 Jul 1998 01:27:51 +0000 (01:27 +0000)
rsync.c

diff --git a/rsync.c b/rsync.c
index 5af71933383082d633cd1522353915d3642d3649..d56d7fa363883e26a56f1cec0b8ac21ce519ae55 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -401,7 +401,7 @@ int adapt_block_size(struct file_struct *file, int bsize)
        return ret;
 }
 
        return ret;
 }
 
-void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
+static void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
 {  
   int fd;
   STRUCT_STAT st;
 {  
   int fd;
   STRUCT_STAT st;