Commit 729b794c 729b794c1c62269852dcc3a8f697c574afae966d by Sergey Poznyakoff

Remove __P() and __PMT() wrappers

1 parent ad2a23ef
...@@ -30,8 +30,8 @@ extern "C" { ...@@ -30,8 +30,8 @@ extern "C" {
30 30
31 $MESSAGE_DEFS 31 $MESSAGE_DEFS
32 32
33 const char *mu_errname __P((int e)); 33 const char *mu_errname (int e);
34 const char *mu_strerror __P((int e)); 34 const char *mu_strerror (int e);
35 35
36 #ifdef __cplusplus 36 #ifdef __cplusplus
37 } 37 }
......