X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Frfxswf.h;h=da1573ab0af5f10b7d6b6fdcfd7343ec8fb70c25;hb=ec1409176c61594fd6c3c0311f4cea40772d47a6;hp=8a87c0fdb2f06ccc4d4051dc8bc4b374fd154a14;hpb=fb6171381f99ab5cccd467a4fdca1488aadd6916;p=swftools.git diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 8a87c0f..da1573a 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -188,6 +188,7 @@ void swf_OptimizeTagOrder(SWF*swf); // basic routines: TAG * swf_InsertTag(TAG * after,U16 id); // updates frames, if necessary +TAG * swf_InsertTagBefore(SWF*swf, TAG * before,U16 id); // like InsertTag, but insert tag before argument int swf_DeleteTag(TAG * t); void swf_ClearTag(TAG * t); //frees tag data