summaryrefslogtreecommitdiff
path: root/mh/mh_getopt.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-09-17 15:07:36 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-09-17 15:07:36 +0000
commit2e496442356de1b25f4c929980ef9ef311ceb533 (patch)
treec0653c7fc3416cad3beb5ce2cd111109370996dd /mh/mh_getopt.h
parent480b4f66f97f7960b3c6ab9dad4963873f67186a (diff)
downloadmailutils-2e496442356de1b25f4c929980ef9ef311ceb533.tar.gz
mailutils-2e496442356de1b25f4c929980ef9ef311ceb533.tar.bz2
(mh_argp_parse): Updated declaration.
Diffstat (limited to 'mh/mh_getopt.h')
-rw-r--r--mh/mh_getopt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh_getopt.h b/mh/mh_getopt.h
index 4c639ced1..7f47312bf 100644
--- a/mh/mh_getopt.h
+++ b/mh/mh_getopt.h
@@ -20,6 +20,6 @@ int mh_argp_parse (int argc, char **argv,
struct argp_option *option,
struct mh_option *mh_option,
char *argp_doc, char *doc,
- int (*handler)(), void *closure);
+ int (*handler)(), void *closure, int *index);
void mh_help (struct mh_option *mh_option);
void mh_license (const char *name);

Return to:

Send suggestions and report system problems to the System administrator.