X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=54c5968905c4ca70961b1a73eb6df4ddd9990e96;hb=c3e46afcec0a11b365f03d662866903a9bf18c78;hp=07b9ea00d7f70fb1ed5cd6a45d3951c773e6d9a5;hpb=133453cc112df7e7d5ce35f3dde5178303154da5;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 07b9ea0..54c5968 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -199,6 +199,7 @@ int swf_ReadHeader(struct reader_t*reader, SWF * swf); // Reads SWF Header vi // folding/unfolding: void swf_FoldAll(SWF*swf); +void swf_FoldAllTags(TAG*tag); void swf_UnFoldAll(SWF*swf); void swf_FoldSprite(TAG*tag); void swf_UnFoldSprite(TAG*tag); @@ -730,6 +731,8 @@ void swf_GetUsedIDs(TAG * t, int * positions); void swf_Relocate(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[a]==0 means id a is free void swf_RelocateDepth(SWF*swf, char*bitmap); // bitmap is 65536 bytes, bitmap[d]==0 means depth d is free +TAG* swf_Concatenate (TAG*list1,TAG*list2); // warning: both list1 and list2 are invalid after this call. + // swfcgi.c void swf_uncgi(); // same behaviour as Steven Grimm's uncgi-library