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