summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1997-05-10 03:37:01 +0000
committerKenichi Handa <handa@m17n.org>1997-05-10 03:37:01 +0000
commit2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24 (patch)
tree0cde746dbeeb42c8d474426bac2cd92baa754c5a
parentbdd9fb4867851e75fd60a4fe0100dc719a09c049 (diff)
downloademacs-2db95897ddbd07ce5e62f1e13f4e5ed37ebf7e24.tar.gz
(unify_char): Extern it.
-rw-r--r--src/charset.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charset.h b/src/charset.h
index ec61e378dc9..d315dd6fa8f 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -655,4 +655,6 @@ extern int n_cmpchars;
/* Maximum character code currently used. */
#define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars)
+extern int unify_char ();
+
#endif /* _CHARSET_H */