summaryrefslogtreecommitdiff
path: root/mailbox/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/debug.c')
-rw-r--r--mailbox/debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailbox/debug.c b/mailbox/debug.c
index 81fbb54f1..3325fc49c 100644
--- a/mailbox/debug.c
+++ b/mailbox/debug.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
@@ -83,7 +83,7 @@ mu_debug_get_level (mu_debug_t debug, size_t *plevel)
int
mu_debug_set_print (mu_debug_t debug,
- int (*_print) __P ((mu_debug_t, size_t, const char *, va_list)),
+ int (*_print) (mu_debug_t, size_t, const char *, va_list),
void *owner)
{
if (debug == NULL)

Return to:

Send suggestions and report system problems to the System administrator.