/[mailutils]/mailutils/mh/install-mh.c
ViewVC logotype

Diff of /mailutils/mh/install-mh.c

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

revision 1.1 by gray, Mon Feb 10 01:02:12 2003 UTC revision 1.2 by gray, Sun Feb 16 11:35:44 2003 UTC
# Line 38  struct mh_option mh_option[] = { Line 38  struct mh_option mh_option[] = {
38  int automode;  int automode;
39    
40  static int  static int
41  opt_handler (int key, char *arg, void *unused)  opt_handler (int key, char *arg, void *unused, struct argp_state *state)
42  {  {
43    switch (key)    switch (key)
44      {      {
# Line 64  main (int argc, char **argv) Line 64  main (int argc, char **argv)
64    mu_init_nls ();    mu_init_nls ();
65    
66    mh_auto_install = 0;    mh_auto_install = 0;
67    mh_argp_parse (argc, argv, options, mh_option, args_doc, doc,    mh_argp_parse (argc, argv, 0, options, mh_option, args_doc, doc,
68                   opt_handler, NULL, NULL);                   opt_handler, NULL, NULL);
69    
70    home = mu_get_homedir ();    home = mu_get_homedir ();

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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