summaryrefslogtreecommitdiff
path: root/mh/mh_getopt.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-12-19 16:13:02 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-12-19 16:13:02 +0200
commitfb8195c07ba6c6a3afa7da1f028410723e9073a4 (patch)
treef852731a6b2d46337fdbde6458f3423946ffffd2 /mh/mh_getopt.h
parent8ce3063351c0139d8f1fa1c30d5c8de28050883e (diff)
downloadmailutils-fb8195c07ba6c6a3afa7da1f028410723e9073a4.tar.gz
mailutils-fb8195c07ba6c6a3afa7da1f028410723e9073a4.tar.bz2
Fix fb84d1e3
The commit didn't take into account all possible option/argument combinations. * mh/pick.c (main): Preprocess command line prior to parsing it, expanding --COMP NAME in -component COMP -pattern NAME. * mh/mh_getopt.c: Revert fb84d1e3 * mh/mh_getopt.h: Likewise.
Diffstat (limited to 'mh/mh_getopt.h')
-rw-r--r--mh/mh_getopt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mh/mh_getopt.h b/mh/mh_getopt.h
index 93d1d348d..2dcd57a1a 100644
--- a/mh/mh_getopt.h
+++ b/mh/mh_getopt.h
@@ -23,11 +23,6 @@
void mh_getopt (int *pargc, char ***pargv, struct mu_option *options,
int flags,
char *argdoc, char *progdoc, char *extradoc);
-void mh_getopt0 (int *pargc, char ***pargv, struct mu_option *options,
- int mhflags,
- char *argdoc, char *progdoc, char *extradoc,
- int (*eatarg) (int argc, char **argv, void *data),
- void *data);
void mh_opt_notimpl (struct mu_parseopt *po, struct mu_option *opt,
char const *arg);

Return to:

Send suggestions and report system problems to the System administrator.