From 0c0634db0c65d43b267b2a6f4ebfafb26feb9e57 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 1 Sep 2005 13:10:30 +0000 Subject: [PATCH] (mchar_get_prop_table): Extern it. --- src/m17n-core.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/m17n-core.h b/src/m17n-core.h index d87cb24..9f0f4c5 100644 --- a/src/m17n-core.h +++ b/src/m17n-core.h @@ -301,6 +301,8 @@ extern int mchartable_map (MCharTable *table, void *ignore, extern void mchartable_range (MCharTable *table, int *from, int *to); +extern MCharTable *mchar_get_prop_table (MSymbol key, MSymbol *type); + /* * (5) Handling M-text. * "M" of M-text stands for: -- 1.7.10.4