X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1b85e3f1a0792a9799c96123a15c1ec75f3be7ce..7ad0f94de99a9ff0e7807b110838b0dd23a53df0:/flist.c diff --git a/flist.c b/flist.c index 922db461..93148e6e 100644 --- a/flist.c +++ b/flist.c @@ -1197,7 +1197,7 @@ void free_file(struct file_struct *file) /* * allocate a new file list */ -struct file_list *flist_new() +struct file_list *flist_new(void) { struct file_list *flist;