/[mailutils]/mailutils/readmsg/readmsg.c
ViewVC logotype

Diff of /mailutils/readmsg/readmsg.c

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

revision 1.13 by polak, Sun Feb 9 12:33:02 2003 UTC revision 1.14 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 28  static void print_header __P ((message_t Line 28  static void print_header __P ((message_t
28  static void print_body __P ((message_t));  static void print_body __P ((message_t));
29  static int  string_starts_with __P ((const char * s1, const char *s2));  static int  string_starts_with __P ((const char * s1, const char *s2));
30    
31  const char *argp_program_version = "readmsg (" PACKAGE_STRING ")";  const char *program_version = "readmsg (" PACKAGE_STRING ")";
32  static char doc[] = N_("GNU readmsg -- print messages");  static char doc[] = N_("GNU readmsg -- print messages");
33  static error_t readmsg_parse_opt  __P((int key, char *arg,  static error_t readmsg_parse_opt  __P((int key, char *arg,
34                                         struct argp_state *astate));                                         struct argp_state *astate));
# Line 228  main (int argc, char **argv) Line 228  main (int argc, char **argv)
228    /* Native Language Support */    /* Native Language Support */
229    mu_init_nls ();    mu_init_nls ();
230    
231      mu_argp_init (program_version, NULL);
232    mu_argp_parse (&argp, &argc, &argv, 0, readmsg_argp_capa, &index, NULL);    mu_argp_parse (&argp, &argc, &argv, 0, readmsg_argp_capa, &index, NULL);
233    
234    /* Registration.  */    /* Registration.  */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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