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
c10209e0
...
c10209e0d20c5f33b61f85a45037907c316e2fec
authored
2003-09-21 15:36:00 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_charset_lookup): New function.
1 parent
78b619d6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/mutil.h
include/mailutils/mutil.h
View file @
c10209e
...
...
@@ -123,6 +123,8 @@ extern int mu_string_unfold __P((char *text, size_t *plen));
extern
int
munre_set_regex
__P
((
char
*
str
,
int
caseflag
,
char
**
errp
));
extern
int
munre_subject
__P
((
const
char
*
subject
,
const
char
**
new_subject
));
extern
char
*
mu_charset_lookup
__P
((
char
*
lang
,
char
*
terr
));
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment