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