(mflt_find): Prototype adjusted.
authorhanda <handa>
Tue, 4 Sep 2007 14:41:53 +0000 (14:41 +0000)
committerhanda <handa>
Tue, 4 Sep 2007 14:41:53 +0000 (14:41 +0000)
src/m17n-flt.h

index 73ce8a9..ecbd084 100644 (file)
@@ -175,8 +175,7 @@ struct _MFLTFont
 
 typedef struct _MFLT MFLT;
 
-extern MFLT *mflt_find (MFLTGlyphString *gstring, int pos, MFLTFont *font,
-                       int *start);
+extern MFLT *mflt_find (MFLTGlyphString *gstring, int pos, MFLTFont *font);
 
 extern MCharTable *mflt_coverage (MFLT *flt);