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

Diff of /mailutils/mh/forw.c

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

revision 1.4 by gray, Wed Mar 19 22:27:12 2003 UTC revision 1.5 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 19  Line 19 
19    
20  #include <mh.h>  #include <mh.h>
21    
22  const char *argp_program_version = "forw (" PACKAGE_STRING ")";  const char *program_version = "forw (" PACKAGE_STRING ")";
23  static char doc[] = N_("GNU MH forw\v"  static char doc[] = N_("GNU MH forw\v"
24  "Options marked with `*' are not yet implemented.\n"  "Options marked with `*' are not yet implemented.\n"
25  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
# Line 357  main (int argc, char **argv) Line 357  main (int argc, char **argv)
357    /* Native Language Support */    /* Native Language Support */
358    mu_init_nls ();    mu_init_nls ();
359    
360      mu_argp_init (program_version, NULL);
361    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
362                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
363    

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

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