X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=3758c2cc1d0b13c461e9c11e12415747d8d9251e;hb=e6903fdde7cdd741fe7fff267a71a0975665c29c;hp=37cfdabb008f0518b2d883701a8d514c6ffb99fc;hpb=0e8c813526759f04f0fda2e29c4ce1656eafbe2b;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index 37cfdab..3758c2c 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -204,5 +204,6 @@ pool_t*pool_new(); void pool_read(pool_t*pool, TAG*tag); void pool_write(pool_t*pool, TAG*tag); void pool_destroy(pool_t*pool); +void pool_dump(pool_t*pool, FILE*fo); #endif