diff options
Diffstat (limited to 'argp/argp.h')
-rw-r--r-- | argp/argp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/argp/argp.h b/argp/argp.h index adfc3e669f..0d40572963 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -445,9 +445,9 @@ extern error_t argp_err_exit_status; extern void argp_help (__const struct argp *__restrict __argp, FILE *__restrict __stream, unsigned __flags, char *__restrict __name) __THROW; -extern void __argp_help __P (__const struct argp *__restrict __argp, - FILE *__restrict __stream, unsigned __flags, - char *__name) __THROW; +extern void __argp_help (__const struct argp *__restrict __argp, + FILE *__restrict __stream, unsigned __flags, + char *__name) __THROW; /* The following routines are intended to be called from within an argp parsing routine (thus taking an argp_state structure as the first |