From: Wayne Davison Date: Tue, 29 Jun 2004 19:19:00 +0000 (+0000) Subject: Made recv_generator static. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/fd322eef82eaeec22300d66a49aeb4c179fea6f5 Made recv_generator static. --- diff --git a/generator.c b/generator.c index 84958b82..997513d4 100644 --- a/generator.c +++ b/generator.c @@ -258,15 +258,16 @@ static void generate_and_send_sums(struct map_struct *buf, size_t len, int f_out -/** +/* * Acts on file number @p i from @p flist, whose name is @p fname. * * First fixes up permissions, then generates checksums for the file. * * @note This comment was added later by mbp who was trying to work it * out. It might be wrong. - **/ -void recv_generator(char *fname, struct file_struct *file, int i, int f_out) + */ +static void recv_generator(char *fname, struct file_struct *file, int i, + int f_out) { int fd; STRUCT_STAT st;