diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/README | 4 | ||||
-rw-r--r-- | src/src/filtertest.c | 4 |
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; |