summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--src/README4
-rw-r--r--src/src/filtertest.c4
3 files changed, 7 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index ec25aae8e..eff70cc39 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -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
-----------------
diff --git a/src/README b/src/README
index d14e87cd1..cdf3792f9 100644
--- a/src/README
+++ b/src/README
@@ -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
diff --git a/src/src/filtertest.c b/src/src/filtertest.c
index 934085ec9..092febaa4 100644
--- a/src/src/filtertest.c
+++ b/src/src/filtertest.c
@@ -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;