X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/06464f55e26e1f26e10c04f4a11a4d85fadbd5f7..1e34e4b7cdbf413e7e82d4877f9354144172e709:/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;