X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=a77ef3a16226d4401c5192fb857448584640e036;hb=4818394f9d96fe1a48d182ae3d1e1e9964203ad5;hp=e7a11d19a5a3fb4018dbf8748609ea18f0643591;hpb=58d968b2601397d5c459d176f660932f84d543e2;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index e7a11d1..a77ef3a 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -157,6 +157,7 @@ typedef struct _SWF int swf_ReadSWF(int handle,SWF * swf); // Reads SWF to memory (malloc'ed), returns length or <0 if fails int swf_WriteSWF(int handle,SWF * swf); // Writes SWF to file, returns length or <0 if fails +int swf_WriteSWC(int handle, SWF * swf); // Write Compressed SWF to file, returns length or <0 if fails int swf_WriteCGI(SWF * swf); // Outputs SWF with valid CGI header to stdout void swf_FreeTags(SWF * swf); // Frees all malloc'ed memory for swf