/[mailutils]/mailutils/libsieve/argp.c
ViewVC logotype

Diff of /mailutils/libsieve/argp.c

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

revision 1.2 by gray, Tue Dec 10 14:59:38 2002 UTC revision 1.3 by gray, Fri Dec 27 19:31:06 2002 UTC
# Line 30  static error_t sieve_argp_parser __P((in Line 30  static error_t sieve_argp_parser __P((in
30    
31  /* Options used by programs that use extended authentication mechanisms. */  /* Options used by programs that use extended authentication mechanisms. */
32  static struct argp_option sieve_argp_option[] = {  static struct argp_option sieve_argp_option[] = {
33    { "includedir", 'I', "DIR", 0,    { "includedir", 'I', N_("DIR"), 0,
34      "Append directory DIR to the list of directories searched for include files", 0 },      "Append directory DIR to the list of directories searched for include files", 0 },
35    { "libdir", 'L', "DIR", 0,    { "libdir", 'L', N_("DIR"), 0,
36      "Append directory DIR to the list of directories searched for library files", 0 },      "Append directory DIR to the list of directories searched for library files", 0 },
37    { NULL,      0, NULL, 0, NULL, 0 }    { NULL,      0, NULL, 0, NULL, 0 }
38  };  };

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

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