Missing BOOL in function heading in filtertest.c; removed an email
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Tue, 30 Aug 2005 10:07:58 +0000 (10:07 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Tue, 30 Aug 2005 10:07:58 +0000 (10:07 +0000)
address from README.

doc/doc-txt/ChangeLog
src/README
src/src/filtertest.c

index ec25aae8e1028eec9c81785858cc5d47e20e56be..eff70cc394df359eaf26272852479a31cf0d20af 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.212 2005/08/30 09:19:33 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.213 2005/08/30 10:07:58 ph10 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -126,6 +126,8 @@ PH/30 Fixed (presumably very longstanding) bug in exim_dbmbuild: if it failed
       because an input line was too long, either on its own, or by virtue of
       too many continuations, the temporary file was not being removed.
 
+PH/31 Missing "BOOL" in function definition in filtertest.c.
+
 
 Exim version 4.52
 -----------------
index d14e87cd17b8978e8b733baff5eb31d0bcf32be3..cdf3792f9ebe3cd9db6c5c0ea4caabfc98a40651 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/src/README,v 1.2 2005/01/04 10:00:42 ph10 Exp $
+$Cambridge: exim/src/README,v 1.3 2005/08/30 10:07:58 ph10 Exp $
 
 THE EXIM MAIL TRANSFER AGENT VERSION 4
 --------------------------------------
@@ -342,4 +342,4 @@ GNU/Hurd doesn't (at the time of writing, June 1999) have the ioctls for
 finding out the IP addresses of the local interfaces. You therefore have to set
 local_interfaces yourself. Otherwise it will treat only 127.0.0.1 as local.
 
-Philip Hazel <ph10@cus.cam.ac.uk>
+Philip Hazel
index 934085ec9553a49ccaf8a9bcab3a97078f3ee5c3..092febaa486352ff5eafba01468e40db05a5abcb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/filtertest.c,v 1.6 2005/06/27 14:29:43 ph10 Exp $ */
+/* $Cambridge: exim/src/src/filtertest.c,v 1.7 2005/08/30 10:07:58 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -33,7 +33,7 @@ Returns:      nothing
 */
 
 static void
-read_message_body(dot_ended)
+read_message_body(BOOL dot_ended)
 {
 register int ch;
 int body_len, body_end_len, header_size;