Add "void" to some function definitions so that all declarations in proto.h
[rsync/rsync.git] / batch.c
diff --git a/batch.c b/batch.c
index 8c78ab6..d3f6523 100644 (file)
--- a/batch.c
+++ b/batch.c
@@ -264,7 +264,7 @@ int read_batch_flist_file(char *buff, int len)
        return bytes_read;
 }
 
-unsigned char read_batch_flags()
+unsigned char read_batch_flags(void)
 {
        int flags;