Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
bc30c7ee
...
bc30c7ee7f48b796520eec43944357b0023ef947
authored
2006-03-12 14:16:34 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_set_locale,mu_restore_locale): New functions
1 parent
62c8ad30
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
include/mailutils/nls.h
include/mailutils/nls.h
View file @
bc30c7e
/* 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
}
...
...
Please
register
or
sign in
to post a comment