summaryrefslogtreecommitdiff
path: root/mh
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-11-04 14:35:01 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-11-04 14:35:01 +0000
commit118c5b533524642131d433f9b93e03fdfd4cdc90 (patch)
treec483a1e893447b9871cbc2901b138dbec5803757 /mh
parent1ba6eea721a11d23f4d6f1a7996a4c879b60b8d6 (diff)
downloadmailutils-118c5b533524642131d433f9b93e03fdfd4cdc90.tar.gz
mailutils-118c5b533524642131d433f9b93e03fdfd4cdc90.tar.bz2
Updated calls to mh_argp_parse()
Diffstat (limited to 'mh')
-rw-r--r--mh/ali.c2
-rw-r--r--mh/anno.c2
-rw-r--r--mh/comp.c2
-rw-r--r--mh/fmtcheck.c2
-rw-r--r--mh/folder.c2
-rw-r--r--mh/forw.c2
-rw-r--r--mh/inc.c2
-rw-r--r--mh/install-mh.c2
-rw-r--r--mh/mark.c2
-rw-r--r--mh/mhl.c2
-rw-r--r--mh/mhn.c2
-rw-r--r--mh/mhparam.c2
-rw-r--r--mh/mhpath.c2
-rw-r--r--mh/pick.c2
-rw-r--r--mh/refile.c2
-rw-r--r--mh/repl.c2
-rw-r--r--mh/rmf.c2
-rw-r--r--mh/rmm.c2
-rw-r--r--mh/scan.c2
-rw-r--r--mh/send.c2
-rw-r--r--mh/sortm.c2
-rw-r--r--mh/whatnow.c2
-rw-r--r--mh/whom.c2
23 files changed, 23 insertions, 23 deletions
diff --git a/mh/ali.c b/mh/ali.c
index 263e62a8a..c4bb67d85 100644
--- a/mh/ali.c
+++ b/mh/ali.c
@@ -194,7 +194,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
argc -= index;
diff --git a/mh/anno.c b/mh/anno.c
index 4eb5bffb5..a07ed286e 100644
--- a/mh/anno.c
+++ b/mh/anno.c
@@ -117,7 +117,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, 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);
diff --git a/mh/comp.c b/mh/comp.c
index 469f98a8e..ad723ad26 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -205,7 +205,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
if (!wh_env.draftfolder)
diff --git a/mh/fmtcheck.c b/mh/fmtcheck.c
index 283a011da..96a1076de 100644
--- a/mh/fmtcheck.c
+++ b/mh/fmtcheck.c
@@ -104,7 +104,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, NULL);
if (format_str && mh_format_parse (format_str, &format))
diff --git a/mh/folder.c b/mh/folder.c
index 37e576fd7..97cf6f22d 100644
--- a/mh/folder.c
+++ b/mh/folder.c
@@ -543,7 +543,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
/* If folder is invoked by a name ending with "s" (e.g., folders),
diff --git a/mh/forw.c b/mh/forw.c
index 0d4d609f4..d2dc1e530 100644
--- a/mh/forw.c
+++ b/mh/forw.c
@@ -358,7 +358,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
argc -= index;
diff --git a/mh/inc.c b/mh/inc.c
index e8984d15d..0963d12f6 100644
--- a/mh/inc.c
+++ b/mh/inc.c
@@ -180,7 +180,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, NULL);
if (!quiet && mh_format_parse (format_str, &format))
diff --git a/mh/install-mh.c b/mh/install-mh.c
index f85d8531d..c64569526 100644
--- a/mh/install-mh.c
+++ b/mh/install-mh.c
@@ -72,7 +72,7 @@ main (int argc, char **argv)
mu_argp_init (program_version, NULL);
mh_auto_install = 0;
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, NULL);
home = mu_get_homedir ();
diff --git a/mh/mark.c b/mh/mark.c
index 69b5eee3e..15642688f 100644
--- a/mh/mark.c
+++ b/mh/mark.c
@@ -194,7 +194,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, 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);
diff --git a/mh/mhl.c b/mh/mhl.c
index c27e53bde..d3eb8af5f 100644
--- a/mh/mhl.c
+++ b/mh/mhl.c
@@ -220,7 +220,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
format = mhl_format_compile (formfile);
diff --git a/mh/mhn.c b/mh/mhn.c
index f974fe0ba..30730e312 100644
--- a/mh/mhn.c
+++ b/mh/mhn.c
@@ -2531,7 +2531,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
argc -= index;
diff --git a/mh/mhparam.c b/mh/mhparam.c
index 52203ff12..cc9f6bde1 100644
--- a/mh/mhparam.c
+++ b/mh/mhparam.c
@@ -125,7 +125,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
if (display_all)
diff --git a/mh/mhpath.c b/mh/mhpath.c
index ae4ac70b1..d691203d9 100644
--- a/mh/mhpath.c
+++ b/mh/mhpath.c
@@ -81,7 +81,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, 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
diff --git a/mh/pick.c b/mh/pick.c
index f912b8356..9d17d9846 100644
--- a/mh/pick.c
+++ b/mh/pick.c
@@ -348,7 +348,7 @@ main (int argc, char **argv)
flags = mh_interactive_mode_p () ? 0 : ARGP_NO_ERRS;
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, flags, options, mh_option,
+ mh_argp_parse (&argc, &argv, flags, options, mh_option,
args_doc, doc, opt_handler, NULL, &index);
if (pick_parse (lexlist))
return 1;
diff --git a/mh/refile.c b/mh/refile.c
index 78c2b9c4b..3bdfd444c 100644
--- a/mh/refile.c
+++ b/mh/refile.c
@@ -230,7 +230,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
argc -= index;
diff --git a/mh/repl.c b/mh/repl.c
index f9cb13ba3..151194aad 100644
--- a/mh/repl.c
+++ b/mh/repl.c
@@ -363,7 +363,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
if (mh_format_parse (format_str, &format))
{
diff --git a/mh/rmf.c b/mh/rmf.c
index 6b2b1c761..9abf2459c 100644
--- a/mh/rmf.c
+++ b/mh/rmf.c
@@ -194,7 +194,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, NULL);
if (!explicit_folder)
interactive = 1;
diff --git a/mh/rmm.c b/mh/rmm.c
index 9c1003586..6662bccd6 100644
--- a/mh/rmm.c
+++ b/mh/rmm.c
@@ -77,7 +77,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, 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);
diff --git a/mh/scan.c b/mh/scan.c
index 59117ce36..adcb949cc 100644
--- a/mh/scan.c
+++ b/mh/scan.c
@@ -177,7 +177,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
if (mh_format_parse (format_str, &format))
diff --git a/mh/send.c b/mh/send.c
index e79c69b82..9d266d004 100644
--- a/mh/send.c
+++ b/mh/send.c
@@ -531,7 +531,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
mh_read_aliases ();
diff --git a/mh/sortm.c b/mh/sortm.c
index 83d4919db..bc1b58b5c 100644
--- a/mh/sortm.c
+++ b/mh/sortm.c
@@ -546,7 +546,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option,
args_doc, doc, opt_handler, NULL, &index);
if (!oplist)
addop ("date", comp_date);
diff --git a/mh/whatnow.c b/mh/whatnow.c
index 055b115c6..bea9d9698 100644
--- a/mh/whatnow.c
+++ b/mh/whatnow.c
@@ -102,7 +102,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
argc -= index;
argv += index;
diff --git a/mh/whom.c b/mh/whom.c
index da8edf9cf..42a84f7ef 100644
--- a/mh/whom.c
+++ b/mh/whom.c
@@ -113,7 +113,7 @@ main (int argc, char **argv)
mu_init_nls ();
mu_argp_init (program_version, NULL);
- mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
+ mh_argp_parse (&argc, &argv, 0, options, mh_option, args_doc, doc,
opt_handler, NULL, &index);
argc -= index;

Return to:

Send suggestions and report system problems to the System administrator.