summaryrefslogtreecommitdiff
path: root/fontforge/fvfonts.c
diff options
context:
space:
mode:
Diffstat (limited to 'fontforge/fvfonts.c')
-rw-r--r--fontforge/fvfonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fontforge/fvfonts.c b/fontforge/fvfonts.c
index deeb6341..9188db4b 100644
--- a/fontforge/fvfonts.c
+++ b/fontforge/fvfonts.c
@@ -464,7 +464,7 @@ static void KernClassesAdd(SplineFont *into, SplineFont *from,struct sfmergecont
}
}
-static struct altuni *AltUniCopy(struct altuni *altuni,SplineFont *noconflicts) {
+struct altuni *AltUniCopy(struct altuni *altuni,SplineFont *noconflicts) {
struct altuni *head=NULL, *last=NULL, *cur;
while ( altuni!=NULL ) {