Add "void" to some function definitions so that all declarations in proto.h
[rsync/rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index 922db46..93148e6 100644 (file)
--- 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;