X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=0d0cec515d4f825815a6120a72d2c6e5561c16a8;hb=33587317de37070aae89b6fd125cac2ed74f972f;hp=c6b22384ce3b005e5a07ff4ea2baa98e8ae7493f;hpb=0d0db46ffab07e85ece7961eb9c22b64749d918b;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index c6b2238..0d0cec5 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -119,7 +119,8 @@ typedef enum multiname_type RTQNAMEA=0x10, RTQNAMELA=0x12, MULTINAMEA=0x0E, - MULTINAMELA=0x1C + MULTINAMELA=0x1C, + MULTIX=0x1D } multiname_type_t; char* access2str(int type); @@ -201,6 +202,7 @@ void namespace_destroy(namespace_t*n); /* pool constructors/destructors */ pool_t*pool_new(); +void pool_optimize(); void pool_read(pool_t*pool, TAG*tag); void pool_write(pool_t*pool, TAG*tag); void pool_destroy(pool_t*pool);