(mu_set_locale,mu_restore_locale): New functions
Showing
1 changed file
with
3 additions
and
1 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 2002, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc. |
3 | 3 | ||
4 | This library is free software; you can redistribute it and/or | 4 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public | 5 | modify it under the terms of the GNU Lesser General Public |
... | @@ -51,6 +51,8 @@ extern "C" { | ... | @@ -51,6 +51,8 @@ extern "C" { |
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | extern void mu_init_nls (void); | 53 | extern void mu_init_nls (void); |
54 | extern char *mu_set_locale (const char *locale); | ||
55 | void mu_restore_locale (void); | ||
54 | 56 | ||
55 | #ifdef __cplusplus | 57 | #ifdef __cplusplus |
56 | } | 58 | } | ... | ... |
-
Please register or sign in to post a comment