summaryrefslogtreecommitdiff
path: root/locale/programs/charmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/charmap.h')
-rw-r--r--locale/programs/charmap.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/locale/programs/charmap.h b/locale/programs/charmap.h
index f4ca3abe6c..a4a6d3833b 100644
--- a/locale/programs/charmap.h
+++ b/locale/programs/charmap.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1996-1999, 2001, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.org>, 1996.
@@ -21,6 +21,7 @@
#define _CHARMAP_H
#include <obstack.h>
+#include <stdbool.h>
#include "repertoire.h"
#include "simple-hash.h"
@@ -64,6 +65,10 @@ struct charseq
};
+/* True if the encoding is not ASCII compatible. */
+extern bool enc_not_ascii_compatible;
+
+
/* Prototypes for charmap handling functions. */
extern struct charmap_t *charmap_read (const char *filename, int verbose,
int be_quiet, int use_default);