/[mailutils]/mailutils/mh/mhpath.c
ViewVC logotype

Diff of /mailutils/mh/mhpath.c

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

revision 1.7 by gray, Mon Feb 10 01:08:09 2003 UTC revision 1.8 by gray, Sun Feb 16 11:26:12 2003 UTC
# Line 37  struct mh_option mh_option[] = { Line 37  struct mh_option mh_option[] = {
37  };  };
38    
39  static int  static int
40  opt_handler (int key, char *arg, void *unused)  opt_handler (int key, char *arg, void *unused, struct argp_state *state)
41  {  {
42    switch (key)    switch (key)
43      {      {
# Line 75  main (int argc, char **argv) Line 75  main (int argc, char **argv)
75    /* Native Language Support */    /* Native Language Support */
76    mu_init_nls ();    mu_init_nls ();
77    
78    mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
79                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
80    
81    /* If  the  only argument  is `+', your MH Path is output; this    /* If  the  only argument  is `+', your MH Path is output; this

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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