summaryrefslogtreecommitdiffstats
path: root/src/po-lex.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-04-30 13:53:15 +0000
committerBruno Haible <bruno@clisp.org>2001-04-30 13:53:15 +0000
commita617679a8eea3c91746ea0d6b8524281127adf0a (patch)
tree332c8b0a58dc68b0a3e0223eb80580ff0f2fd122 /src/po-lex.h
parentbd962047e6e052371e7fb920579d72b534fb82b4 (diff)
downloadexternal_gettext-a617679a8eea3c91746ea0d6b8524281127adf0a.zip
external_gettext-a617679a8eea3c91746ea0d6b8524281127adf0a.tar.gz
external_gettext-a617679a8eea3c91746ea0d6b8524281127adf0a.tar.bz2
Move PO charset handling to a separate file.
Diffstat (limited to 'src/po-lex.h')
-rw-r--r--src/po-lex.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/po-lex.h b/src/po-lex.h
index 279382a..11a1b1c 100644
--- a/src/po-lex.h
+++ b/src/po-lex.h
@@ -21,9 +21,6 @@
#define _PO_LEX_H
#include <sys/types.h>
-#if HAVE_ICONV
-#include <iconv.h>
-#endif
#include "error.h"
#include "pos.h"
@@ -39,14 +36,6 @@ extern lex_pos_ty gram_pos;
terminate. Cf. error_message_count, declared in <error.h>. */
extern unsigned int gram_max_allowed_errors;
-/* 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;
-#endif
-
/* Nonzero if obsolete entries shall be considered as valid. */
extern int pass_obsolete_entries;