summaryrefslogtreecommitdiff
path: root/mail/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/util.c')
-rw-r--r--mail/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/util.c b/mail/util.c
index f2f42418d..8ab67b229 100644
--- a/mail/util.c
+++ b/mail/util.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003,
+ Copyright (C) 1999, 2000, 2001, 2002, 2003,
2004, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
@@ -1146,7 +1146,7 @@ util_descend_subparts (message_t mesg, msgset_t *msgset, message_t *part)
void
util_msgset_iterate (msgset_t *msgset,
- int (*fun) __P ((message_t, msgset_t *, void *)),
+ int (*fun) (message_t, msgset_t *, void *),
void *closure)
{
for (; msgset; msgset = msgset->next)

Return to:

Send suggestions and report system problems to the System administrator.