Commit 067857e0 authored by Andrew Tridgell's avatar Andrew Tridgell

the recv_generator can be static

parent b3e10ed7
......@@ -401,7 +401,7 @@ int adapt_block_size(struct file_struct *file, int bsize)
return ret;
}
void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
static void recv_generator(char *fname,struct file_list *flist,int i,int f_out)
{
int fd;
STRUCT_STAT st;
......
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