when reading code, make sure it's a correct doubly linked list
[swftools.git] / lib / as3 / pool.h
index 37cfdab..3758c2c 100644 (file)
@@ -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