summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-06-08 18:36:13 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-06-08 18:36:13 +0000
commitefcc33d442b9510295277204025d661c6e804fda (patch)
tree2598e1d30ee606841fddab22ae9c86ff6e454572 /charset.h
parent339a10de61a79439154d60643efc738192a9ff90 (diff)
Fix up the value returned by nl_langinfo(CODESET).
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/charset.h b/charset.h
index 894cdecd..cac2afae 100644
--- a/charset.h
+++ b/charset.h
@@ -66,4 +66,8 @@ FGETCONV *fgetconv_open (FILE *, const char *, const char *);
int fgetconv (FGETCONV *);
void fgetconv_close (FGETCONV *);
+#ifdef HAVE_LANGINFO_CODESET
+void mutt_set_langinfo_charset (void);
+#endif
+
#endif /* _CHARSET_H */