X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fpool.h;h=c6b22384ce3b005e5a07ff4ea2baa98e8ae7493f;hb=0d0db46ffab07e85ece7961eb9c22b64749d918b;hp=3758c2cc1d0b13c461e9c11e12415747d8d9251e;hpb=e015e101afe19b7638dab7f207f1d5e5082b57eb;p=swftools.git diff --git a/lib/as3/pool.h b/lib/as3/pool.h index 3758c2c..c6b2238 100644 --- a/lib/as3/pool.h +++ b/lib/as3/pool.h @@ -204,6 +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); +void pool_dump(pool_t*pool, FILE*fo, char flags); #endif