summaryrefslogtreecommitdiff
path: root/mh/mhpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/mhpath.c')
-rw-r--r--mh/mhpath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh/mhpath.c b/mh/mhpath.c
index c84c3973c..70e1d2cad 100644
--- a/mh/mhpath.c
+++ b/mh/mhpath.c
@@ -37,7 +37,7 @@ struct mh_option mh_option[] = {
};
static int
-opt_handler (int key, char *arg, void *unused)
+opt_handler (int key, char *arg, void *unused, struct argp_state *state)
{
switch (key)
{
@@ -75,7 +75,7 @@ main (int argc, char **argv)
/* Native Language Support */
mu_init_nls ();
- mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,
+ mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
/* If the only argument is `+', your MH Path is output; this

Return to:

Send suggestions and report system problems to the System administrator.