summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-08-30 10:07:58 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-08-30 10:07:58 +0000
commit48a53b7fdcd495fe49d43e395446b225e8193925 (patch)
tree647d9a7f3a4838d63fc628442b5b8a01a0202d51 /src
parentaa2b5c79bb551ce28868d751715aed7c6c21d053 (diff)
Missing BOOL in function heading in filtertest.c; removed an email
address from README.
Diffstat (limited to 'src')
-rw-r--r--src/README4
-rw-r--r--src/src/filtertest.c4
2 files changed, 4 insertions, 4 deletions
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;