make a function static

This commit is contained in:
Andrew Tridgell
1998-07-17 05:38:51 +00:00
parent 1a0de6c68b
commit d3bc0b68ab

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;