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

Diff of /mailutils/mh/mhn.c

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

revision 1.12 by gray, Thu Mar 27 21:36:24 2003 UTC revision 1.13 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 24  Line 24 
24  #define obstack_chunk_free free  #define obstack_chunk_free free
25  #include <obstack.h>  #include <obstack.h>
26    
27  const char *argp_program_version = "mhn (" PACKAGE_STRING ")";  const char *program_version = "mhn (" PACKAGE_STRING ")";
28  static char doc[] = N_("GNU MH mhn\v"  static char doc[] = N_("GNU MH mhn\v"
29  "Options marked with `*' are not yet implemented.\n"  "Options marked with `*' are not yet implemented.\n"
30  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
# Line 2507  main (int argc, char **argv) Line 2507  main (int argc, char **argv)
2507        
2508    mu_init_nls ();    mu_init_nls ();
2509        
2510      mu_argp_init (program_version, NULL);
2511    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
2512                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
2513    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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