summaryrefslogtreecommitdiffstats
path: root/src/po-charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/po-charset.h')
-rw-r--r--src/po-charset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/po-charset.h b/src/po-charset.h
index 440e909..cf3481e 100644
--- a/src/po-charset.h
+++ b/src/po-charset.h
@@ -28,6 +28,9 @@
compared using ==. */
extern const char *po_charset_canonicalize PARAMS ((const char *charset));
+/* The PO file's encoding, as specified in the header entry. */
+extern const char *po_lex_charset;
+
#if HAVE_ICONV
/* Converter from the PO file's encoding to UTF-8. */
extern iconv_t po_lex_iconv;