make a function static
authorAndrew Tridgell <tridge@samba.org>
Fri, 17 Jul 1998 05:38:51 +0000 (05:38 +0000)
committerAndrew Tridgell <tridge@samba.org>
Fri, 17 Jul 1998 05:38:51 +0000 (05:38 +0000)
rsync.c

diff --git a/rsync.c b/rsync.c
index d56d7fa..dfe7d1f 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -388,7 +388,7 @@ static int skip_file(char *fname,
 
 
 /* use a larger block size for really big files */
-int adapt_block_size(struct file_struct *file, int bsize)
+static int adapt_block_size(struct file_struct *file, int bsize)
 {
        int ret;