summaryrefslogtreecommitdiff
path: root/mh/anno.c
diff options
context:
space:
mode:
Diffstat (limited to 'mh/anno.c')
-rw-r--r--mh/anno.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mh/anno.c b/mh/anno.c
index e36059d17..4eb5033f4 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -56,7 +56,7 @@ static char *component; /* header field */
static char *anno_text; /* header field value */
static int
-opt_handler (int key, char *arg, void *unused)
+opt_handler (int key, char *arg, void *unused, struct argp_state *state)
{
switch (key)
{
@@ -111,7 +111,7 @@ main (int argc, char **argv)
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);
mbox = mh_open_folder (current_folder, 0);

Return to:

Send suggestions and report system problems to the System administrator.