summaryrefslogtreecommitdiff
path: root/pop3d/popauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop3d/popauth.c')
-rw-r--r--pop3d/popauth.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pop3d/popauth.c b/pop3d/popauth.c
index a786a0328..a4daa92ba 100644
--- a/pop3d/popauth.c
+++ b/pop3d/popauth.c
@@ -1,5 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007,
+ 2008 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -199,7 +200,7 @@ main(int argc, char **argv)
struct action_data adata;
/* Native Language Support */
- mu_init_nls ();
+ MU_APP_INIT_NLS ();
mu_argp_init (program_version, NULL);
if (mu_app_init (&argp, popauth_argp_capa, NULL,

Return to:

Send suggestions and report system problems to the System administrator.