summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 11:15:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 11:15:11 +0000
commit729b794c1c62269852dcc3a8f697c574afae966d (patch)
tree0909597e94a2e21cf86fefe079c58260c2bb2308
parentad2a23ef65bb48246c9d3eed3e7a07f89af67f24 (diff)
downloadmailutils-729b794c1c62269852dcc3a8f697c574afae966d.tar.gz
mailutils-729b794c1c62269852dcc3a8f697c574afae966d.tar.bz2
Remove __P() and __PMT() wrappers
-rw-r--r--include/mailutils/errno.hin4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mailutils/errno.hin b/include/mailutils/errno.hin
index 3b173107a..52056ee97 100644
--- a/include/mailutils/errno.hin
+++ b/include/mailutils/errno.hin
@@ -30,8 +30,8 @@ extern "C" {
$MESSAGE_DEFS
-const char *mu_errname __P((int e));
-const char *mu_strerror __P((int e));
+const char *mu_errname (int e);
+const char *mu_strerror (int e);
#ifdef __cplusplus
}

Return to:

Send suggestions and report system problems to the System administrator.