/[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.5 by polak, Thu Dec 26 20:51:06 2002 UTC revision 1.6 by gray, Thu Jan 16 13:41:54 2003 UTC
# Line 25  struct mh_option Line 25  struct mh_option
25  {  {
26    char *opt;    char *opt;
27    int match_len;    int match_len;
28    int key;    char *longopt;
29    int flags;    int flags;
30    char *arg;    char *arg;
31  };  };
32    
33  extern int mh_optind;  struct mh_argp_data
34  extern char *mh_optarg;  {
35      struct mh_option *mh_option;
36      int (*handler)();
37      void *closure;
38      char *doc;
39    };
40    
41    void mh_argv_preproc __P((int argc, char **argv, struct mh_argp_data *data));
42  int mh_getopt __P((int argc, char **argv, struct mh_option *mh_opt,  int mh_getopt __P((int argc, char **argv, struct mh_option *mh_opt,
43                     const char *doc));                     const char *doc));
44  int mh_argp_parse __P((int argc, char **argv,  int mh_argp_parse __P((int argc, char **argv,

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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