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

Diff of /mailutils/mh/fmtcheck.c

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

revision 1.9 by gray, Mon Feb 10 01:08:09 2003 UTC revision 1.10 by gray, Sun Feb 16 11:34:11 2003 UTC
# Line 64  action_dump () Line 64  action_dump ()
64  static action_fp action = action_dump;  static action_fp action = action_dump;
65    
66  static int  static int
67  opt_handler (int key, char *arg, void *unused)  opt_handler (int key, char *arg, void *unused, struct argp_state *state)
68  {  {
69    switch (key)    switch (key)
70      {      {
# Line 96  main (int argc, char **argv) Line 96  main (int argc, char **argv)
96    /* Native Language Support */    /* Native Language Support */
97    mu_init_nls ();    mu_init_nls ();
98    
99    mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
100                   opt_handler, NULL, NULL);                   opt_handler, NULL, NULL);
101    
102    if (format_str && mh_format_parse (format_str, &format))    if (format_str && mh_format_parse (format_str, &format))

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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