From: kramm Date: Sat, 27 Mar 2004 14:43:45 +0000 (+0000) Subject: added swf_Concatenate function X-Git-Tag: stable_core_1~38 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=2480ced174c11f6a8ea51c43ff584ddf06b7e803 added swf_Concatenate function --- diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 07b9ea0..4d4eb07 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -730,6 +730,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