changeset 17726:b5f2a7d6a2d0

(unify_char): Extern it.
author Kenichi Handa <handa@m17n.org>
date Sat, 10 May 1997 03:37:01 +0000
parents 92f042f73be2
children 9d39361ce928
files src/charset.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/charset.h	Sat May 10 03:37:01 1997 +0000
+++ b/src/charset.h	Sat May 10 03:37:01 1997 +0000
@@ -655,4 +655,6 @@
 /* Maximum character code currently used.  */
 #define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars)
 
+extern int unify_char ();
+
 #endif /* _CHARSET_H */