projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5bf19
)
(mflt_find): Prototype adjusted.
author
handa
<handa>
Tue, 4 Sep 2007 14:41:53 +0000
(14:41 +0000)
committer
handa
<handa>
Tue, 4 Sep 2007 14:41:53 +0000
(14:41 +0000)
src/m17n-flt.h
patch
|
blob
|
history
diff --git
a/src/m17n-flt.h
b/src/m17n-flt.h
index
73ce8a9
..
ecbd084
100644
(file)
--- a/
src/m17n-flt.h
+++ b/
src/m17n-flt.h
@@
-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);