X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3d913675a145896838aa6ea0f6f8243b9da0ff20..6e4fb64e6141727b8144bb77265bf0a4a8450a39:/flist.c diff --git a/flist.c b/flist.c index 406a5f44..693e900e 100644 --- a/flist.c +++ b/flist.c @@ -94,7 +94,7 @@ static void send_directory(int f,struct file_list *flist,char *dir); static char *flist_dir; -void send_file_entry(struct file_struct *file,int f,unsigned base_flags) +static void send_file_entry(struct file_struct *file,int f,unsigned base_flags) { unsigned char flags; static time_t last_time;