Commit d3bc0b68 authored by Andrew Tridgell's avatar Andrew Tridgell

make a function static

parent 1a0de6c6
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment