diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index a4d56622..8b14e918 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -420,6 +420,11 @@ extern char *sdps_envfrom; extern char *sdps_envto; #endif /* SDPS_ENABLE */ +extern char *iana_charset; /* IANA assigned charset name */ + +/* from ucs/norm_charmap.c */ +const char *norm_charmap(const char *name); + /* prototypes for globally callable functions */ /* from /usr/include/sys/cdefs.h */ |