make a function static

This commit is contained in:
Andrew Tridgell committed 1998-07-17 05:38:51 +00:00
1 parent 1a0de6c68b
commit d3bc0b68ab
1 file changed
+1 -1
+1 -1
View File
@@ -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;