(mflt_coverage): Extern it.
authorhanda <handa>
Tue, 4 Sep 2007 14:21:45 +0000 (14:21 +0000)
committerhanda <handa>
Tue, 4 Sep 2007 14:21:45 +0000 (14:21 +0000)
src/m17n-flt.h

index 6053fe8..73ce8a9 100644 (file)
@@ -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