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

Diff of /mailutils/pop3d/pop3d.c

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

revision 1.60 by gray, Sat Jan 18 15:06:23 2003 UTC revision 1.61 by gray, Sat Mar 29 16:59:48 2003 UTC
# Line 47  static error_t pop3d_parse_opt  __P((int Line 47  static error_t pop3d_parse_opt  __P((int
47                                       struct argp_state *astate));                                       struct argp_state *astate));
48  static void pop3d_log_connection __P((int fd));  static void pop3d_log_connection __P((int fd));
49    
50  const char *argp_program_version = "pop3d (" PACKAGE_STRING ")";  const char *program_version = "pop3d (" PACKAGE_STRING ")";
51  static char doc[] = N_("GNU pop3d -- the POP3 daemon");  static char doc[] = N_("GNU pop3d -- the POP3 daemon");
52    
53  static struct argp argp = {  static struct argp argp = {
# Line 97  main (int argc, char **argv) Line 97  main (int argc, char **argv)
97    /* Native Language Support */    /* Native Language Support */
98    mu_init_nls ();    mu_init_nls ();
99    
100      mu_argp_init (program_version, NULL);
101    MU_AUTH_REGISTER_ALL_MODULES();    MU_AUTH_REGISTER_ALL_MODULES();
102  #ifdef WITH_TLS  #ifdef WITH_TLS
103    mu_tls_init_argp ();    mu_tls_init_argp ();

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

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