aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;
655/* Maximum character code currently used. */ 655/* Maximum character code currently used. */
656#define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars) 656#define MAX_CHAR (MIN_CHAR_COMPOSITION + n_cmpchars)
657 657
658extern int unify_char ();
659
658#endif /* _CHARSET_H */ 660#endif /* _CHARSET_H */