X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;fp=lib%2Frfxswf.h;h=ce4307f2cb9581d28cbb6d88714e0b2e38ea8aa3;hb=c94d5959f51071041fe1a9802d5b021ecd4f6def;hp=0abb8fcc5c8e090493bb21577f3befd94968088c;hpb=5f1e7e9ebbac00effaae0545c32fe9060215d125;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 0abb8fc..ce4307f 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -164,6 +164,7 @@ typedef struct _SWF // Basic Functions +SWF* swf_OpenSWF(char*filename); int swf_ReadSWF2(reader_t*reader, SWF * swf); // Reads SWF via callback int swf_ReadSWF(int handle,SWF * swf); // Reads SWF to memory (malloc'ed), returns length or <0 if fails int swf_WriteSWF2(writer_t*writer, SWF * swf); // Writes SWF via callback, returns length or <0 if fails