summaryrefslogtreecommitdiff
path: root/mailbox/mu_argp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/mu_argp.c')
-rw-r--r--mailbox/mu_argp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mailbox/mu_argp.c b/mailbox/mu_argp.c
index 25fc67151..870fb2a4a 100644
--- a/mailbox/mu_argp.c
+++ b/mailbox/mu_argp.c
@@ -127,10 +127,10 @@ static struct argp_option mu_daemon_argp_option[] = {
{ NULL, 0, NULL, 0, NULL, 0 }
};
-static error_t mu_common_argp_parser __P((int key, char *arg,
- struct argp_state *state));
-static error_t mu_daemon_argp_parser __P((int key, char *arg,
- struct argp_state *state));
+static error_t mu_common_argp_parser (int key, char *arg,
+ struct argp_state *state);
+static error_t mu_daemon_argp_parser (int key, char *arg,
+ struct argp_state *state);
struct argp mu_common_argp = {
mu_common_argp_options,

Return to:

Send suggestions and report system problems to the System administrator.