X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=47365137d87d6cfbf21b41d17e85d99c618ac384;hb=00d2709df63c37a3467c36f6090a6ea5e449bb6b;hp=b3288266d6aa0a603da85c0e0795550b6fedbb0c;hpb=af22063275f036f68ee1e06aed5e75c62498c4bc;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index b328826..4736513 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -362,7 +362,7 @@ int swf_FontSetInfo(TAG * t,SWFFONT * f); int swf_FontExport(int handle,SWFFONT * f); int swf_FontImport(int handle,SWFFONT * * f); -void swf_WriteFont(SWFFONT* font, char* filename, int useDefineFont2); +void swf_WriteFont(SWFFONT* font, char* filename); SWFFONT* swf_ReadFont(char* filename); void swf_FontFree(SWFFONT * f); @@ -489,7 +489,7 @@ void swf_uncgi(); // same behaviour as Steven Grimm's uncgi-library ActionTAG* swf_ActionGet(TAG*tag); void swf_ActionFree(ActionTAG*tag); -void swf_ActionsSet(TAG*tag, ActionTAG*actions); +void swf_ActionSet(TAG*tag, ActionTAG*actions); void swf_DumpActions(ActionTAG*atag, char*prefix); void swf_ActionEnumerateURLs(ActionTAG*atag, char*(*callback)(char*)); void swf_ActionEnumerateTargets(ActionTAG*atag, char*(*callback)(char*));