X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=1b40494ae0cb21ce96e8288b44bb9644b09d3d98;hb=c160b976ca26729e281edd575ece3e8ff0f41115;hp=23bd0e1b7f8a6e6735614bfca8ffceab27bc35e0;hpb=0701d578fc4bfa1c92f62b2c248574ca7742f0e9;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 23bd0e1..1b40494 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -202,6 +202,7 @@ int swf_WriteSWF(int handle,SWF * swf); // Writes SWF to file, returns lengt int swf_WriteSWC(int handle, SWF * swf); // for convenience, equal to swf->compressed=1;swf_WriteSWF(..) 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 +SWF* swf_CopySWF(SWF*swf); // for streaming: int swf_WriteHeader(int handle,SWF * swf); // Writes Header of swf to file