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

Diff of /mailutils/mh/repl.c

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

revision 1.22 by gray, Wed Mar 19 14:08:24 2003 UTC revision 1.23 by gray, Sat Mar 29 17:08:15 2003 UTC
# Line 21  Line 21 
21  #include <sys/stat.h>  #include <sys/stat.h>
22  #include <unistd.h>  #include <unistd.h>
23    
24  const char *argp_program_version = "reply (" PACKAGE_STRING ")";  const char *program_version = "reply (" PACKAGE_STRING ")";
25  static char doc[] = N_("GNU MH repl\v"  static char doc[] = N_("GNU MH repl\v"
26  "Options marked with `*' are not yet implemented.\n"  "Options marked with `*' are not yet implemented.\n"
27  "Use -help to obtain the list of traditional MH options.");  "Use -help to obtain the list of traditional MH options.");
# Line 323  main (int argc, char **argv) Line 323  main (int argc, char **argv)
323    /* Native Language Support */    /* Native Language Support */
324    mu_init_nls ();    mu_init_nls ();
325    
326      mu_argp_init (program_version, NULL);
327    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
328                   opt_handler, NULL, &index);                   opt_handler, NULL, &index);
329    if (mh_format_parse (format_str, &format))    if (mh_format_parse (format_str, &format))

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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