summaryrefslogtreecommitdiff
path: root/include/mailutils/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mailutils/error.h')
-rw-r--r--include/mailutils/error.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/mailutils/error.h b/include/mailutils/error.h
index 4f45924dc..f6824ef04 100644
--- a/include/mailutils/error.h
+++ b/include/mailutils/error.h
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 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
@@ -29,12 +29,12 @@ extern "C" {
typedef int (*error_pfn_t) __PMT ((const char *fmt, va_list ap));
-extern int mu_verror __P ((const char *fmt, va_list ap));
-extern int mu_error __P ((const char *fmt, ...));
-extern void mu_error_set_print __P ((error_pfn_t));
+extern int mu_verror (const char *fmt, va_list ap);
+extern int mu_error (const char *fmt, ...);
+extern void mu_error_set_print (error_pfn_t);
-int mu_default_error_printer __P ((const char *fmt, va_list ap));
-int mu_syslog_error_printer __P((const char *fmt, va_list ap));
+int mu_default_error_printer (const char *fmt, va_list ap);
+int mu_syslog_error_printer (const char *fmt, va_list ap);
#ifdef __cplusplus
}

Return to:

Send suggestions and report system problems to the System administrator.