Remove __P() and __PMT() wrappers
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment