Commit 729b794c 729b794c1c62269852dcc3a8f697c574afae966d by Sergey Poznyakoff

Remove __P() and __PMT() wrappers

1 parent ad2a23ef
......@@ -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
}
......