X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=06fff7576fc170dff9d21e2597ff528e9b4fc6dc;hb=6e924a7805803518bb3f665b8fb35b1904991d52;hp=c6b22384ce3b005e5a07ff4ea2baa98e8ae7493f;hpb=0d0db46ffab07e85ece7961eb9c22b64749d918b;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index c6b2238..06fff75 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, + POSTFIXTYPE=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);