X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Frfxswf.h;h=fba3f91b099cb1d9e51c823dc98bdd4b54f93f32;hp=d64664a10fc3cc026e1ff58256be4aaf7f4537c9;hb=67bfacb50cd8fbbc0b52e9ae890e106845b5a879;hpb=cc13d1100afd10afff98bcbd85af571d94e95d86 diff --git a/lib/rfxswf.h b/lib/rfxswf.h index d64664a..fba3f91 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -236,17 +236,20 @@ int swf_SetU8(TAG * t,U8 v); // resets Bitcount int swf_SetU16(TAG * t,U16 v); int swf_SetU32(TAG * t,U32 v); -int swf_GetPoint(TAG * t,SPOINT * p); // resets Bitcount +//int swf_GetPoint(TAG * t,SPOINT * p); // resets Bitcount int swf_GetRect(TAG * t,SRECT * r); int swf_GetMatrix(TAG * t,MATRIX * m); int swf_GetCXForm(TAG * t,CXFORM * cx,U8 alpha); -int swf_SetPoint(TAG * t,SPOINT * p); // resets Bitcount +//int swf_SetPoint(TAG * t,SPOINT * p); // resets Bitcount int swf_SetRect(TAG * t,SRECT * r); int swf_SetMatrix(TAG * t,MATRIX * m); int swf_SetCXForm(TAG * t,CXFORM * cx,U8 alpha); int swf_SetRGB(TAG * t,RGBA * col); int swf_SetRGBA(TAG * t,RGBA * col); +void swf_SetPassword(TAG * t, const char * password); + +int swf_VerifyPassword(TAG * t, const char * password); // helper functions: