Commit bc30c7ee bc30c7ee7f48b796520eec43944357b0023ef947 by Sergey Poznyakoff

(mu_set_locale,mu_restore_locale): New functions

1 parent 62c8ad30
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 2002, 2005 Free Software Foundation, Inc.
Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
......@@ -51,6 +51,8 @@ extern "C" {
#endif
extern void mu_init_nls (void);
extern char *mu_set_locale (const char *locale);
void mu_restore_locale (void);
#ifdef __cplusplus
}
......