From: kramm Date: Sun, 3 Apr 2005 11:05:59 +0000 (+0000) Subject: fixed swf_FontEnumerate() prototype X-Git-Tag: release-0-7-0~135 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=b229ff4499940a84e457ce68764a600ecf84c9ce fixed swf_FontEnumerate() prototype --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 88d5aef..b6ab8d2 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -563,7 +563,7 @@ typedef struct _EditTextLayout U16 leading; } EditTextLayout; -int swf_FontEnumerate(SWF * swf,void (*FontCallback) (void*,U16,U8*,void*), void*self); +int swf_FontEnumerate(SWF * swf,void (*FontCallback) (void*,U16,U8*), void*self); // -> void fontcallback(U16 id,U8 * name); returns number of defined fonts int swf_FontExtract(SWF * swf,int id,SWFFONT ** f);