/[mailutils]/mailutils/mh/mh_getopt.h
ViewVC logotype

Diff of /mailutils/mh/mh_getopt.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by gray, Tue Sep 17 15:07:36 2002 UTC revision 1.4 by gray, Wed Sep 18 17:39:20 2002 UTC
# Line 15  struct mh_option Line 15  struct mh_option
15  extern int mh_optind;  extern int mh_optind;
16  extern char *mh_optarg;  extern char *mh_optarg;
17    
18  int mh_getopt (int argc, char **argv, struct mh_option *mh_opt);  int mh_getopt __P((int argc, char **argv, struct mh_option *mh_opt,
19  int mh_argp_parse (int argc, char **argv,                     const char *doc));
20                     struct argp_option *option,  int mh_argp_parse __P((int argc, char **argv,
21                     struct mh_option *mh_option,                         struct argp_option *option,
22                     char *argp_doc, char *doc,                         struct mh_option *mh_option,
23                     int (*handler)(), void *closure, int *index);                         char *argp_doc, char *doc,
24  void mh_help (struct mh_option *mh_option);                         int (*handler)(), void *closure, int *index));
25  void mh_license (const char *name);  void mh_help __P((struct mh_option *mh_option, const char *doc));
26    void mh_license __P((const char *name));

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26