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
9696cfac
...
9696cfacec62308eec9721ac6fc95ac7dea0cbe2
authored
2004-06-06 13:31:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(filter_iconv_create): New prototype.
1 parent
e0705d24
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
include/mailutils/filter.h
include/mailutils/filter.h
View file @
9696cfa
...
...
@@ -56,6 +56,18 @@ extern filter_record_t binary_filter;
extern
filter_record_t
bit8_filter
;
extern
filter_record_t
bit7_filter
;
extern
filter_record_t
rfc_2047_Q_filter
;
enum
mu_iconv_fallback_mode
{
mu_fallback_none
,
mu_fallback_copy_pass
,
mu_fallback_copy_octal
};
extern
int
filter_iconv_create
(
stream_t
*
s
,
stream_t
transport
,
const
char
*
fromcode
,
const
char
*
tocode
,
int
flags
,
enum
mu_iconv_fallback_mode
fallback_mode
);
#ifdef __cplusplus
}
...
...
Please
register
or
sign in
to post a comment