From 4ed93371b35513e52078b0f8406108577274655a Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 4 Sep 2007 14:21:45 +0000 Subject: [PATCH] (mflt_coverage): Extern it. --- src/m17n-flt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/m17n-flt.h b/src/m17n-flt.h index 6053fe8..73ce8a9 100644 --- a/src/m17n-flt.h +++ b/src/m17n-flt.h @@ -178,8 +178,10 @@ typedef struct _MFLT MFLT; extern MFLT *mflt_find (MFLTGlyphString *gstring, int pos, MFLTFont *font, int *start); +extern MCharTable *mflt_coverage (MFLT *flt); + extern int mflt_run (MFLTGlyphString *gstring, int from, int to, - MFLTFont *font, MSymbol layouter_name); + MFLTFont *font, MFLT *flt); M17N_END_HEADER -- 1.7.10.4