X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=1b40494ae0cb21ce96e8288b44bb9644b09d3d98;hb=ccc5f82c2bb8e14ff3941d862e0e5a6feb722201;hp=4e2fa40373717cbc8498167161e49aa3f1a6aff6;hpb=9a19cee223398f45126b6297298e6028c0bcd6f6;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 4e2fa40..1b40494 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -30,6 +30,7 @@ extern "C" { #include #include +#include #include #include #include @@ -201,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