]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 d56d7fa363883e26a56f1cec0b8ac21ce519ae55..dfe7d1f059f6fae3a56183946369e5a8aed15741 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;