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

Diff of /mailutils/mh/mh_getopt.c

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

revision 1.11 by gray, Mon Feb 3 11:32:59 2003 UTC revision 1.12 by gray, Sat Feb 8 02:22:14 2003 UTC
# Line 1  Line 1 
1  /* GNU Mailutils -- a suite of utilities for electronic mail  /* GNU Mailutils -- a suite of utilities for electronic mail
2     Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3    
4     GNU Mailutils is free software; you can redistribute it and/or modify     GNU Mailutils is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by     it under the terms of the GNU General Public License as published by
# Line 68  mh_getopt (int argc, char **argv, struct Line 68  mh_getopt (int argc, char **argv, struct
68        
69    if (p->opt)    if (p->opt)
70      {      {
71        char *longopt = p->longopt ? p->longopt : p->opt;        char *longopt = p->opt;
72        switch (p->flags)        switch (p->flags)
73          {          {
74          case MH_OPT_BOOL:          case MH_OPT_BOOL:

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

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