summaryrefslogtreecommitdiff
path: root/mailbox/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/stream.c')
-rw-r--r--mailbox/stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailbox/stream.c b/mailbox/stream.c
index 5e2e66717..aaefb289c 100644
--- a/mailbox/stream.c
+++ b/mailbox/stream.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -605,7 +605,7 @@ stream_set_readline (stream_t stream, int (*_readline)
int
stream_set_write (stream_t stream, int (*_write)
- __P ((stream_t, const char *, size_t, off_t, size_t *)),
+ (stream_t, const char *, size_t, off_t, size_t *),
void *owner)
{
if (stream == NULL)

Return to:

Send suggestions and report system problems to the System administrator.