summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-09-28 06:50:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-09-28 06:50:03 +0000
commit41b5865117ac71874e67155f7dba773af701ca06 (patch)
tree96d7c006a89174bd2c4fe647dc16dd023a2add4e /charset.h
parentf9cf6f5528b339b875aec879528a7daffa13219b (diff)
Document the --without-wc-funcs switch to configure, and clean up
the code to set the character set from nl_langinfo from EGE.
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/charset.h b/charset.h
index e5e6849f..b15ce14c 100644
--- a/charset.h
+++ b/charset.h
@@ -32,8 +32,6 @@ 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 */