diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-25 01:26:06 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-11-25 01:26:06 +0000 |
| commit | 7c5b23111c5fd1992047922d4247c4a1ce1bb6c3 (patch) | |
| tree | 7c53259610137077d7bca0370a6246a61e862300 /include | |
| parent | 1b57cec7d999c971d6c4bcb3df6f6397670e1326 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/iconv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/iconv.h b/include/iconv.h index da1036a331df6..c07d02e02a078 100644 --- a/include/iconv.h +++ b/include/iconv.h @@ -86,6 +86,8 @@ void iconv_set_relocation_prefix(const char *, const char *); #define ICONV_SET_DISCARD_ILSEQ 4 #define ICONV_SET_HOOKS 5 #define ICONV_SET_FALLBACKS 6 +#define ICONV_GET_ILSEQ_INVALID 128 +#define ICONV_SET_ILSEQ_INVALID 129 typedef void (*iconv_unicode_char_hook) (unsigned int mbr, void *data); typedef void (*iconv_wide_char_hook) (wchar_t wc, void *data); |
