New API call iso_write_opts_set_will_cancel()

This commit is contained in:
2010-11-24 11:00:21 +01:00
parent 48ae8acbd6
commit b2997dcc46
4 changed files with 39 additions and 1 deletions

View File

@@ -57,6 +57,8 @@
*/
struct iso_write_opts {
int will_cancel;
int level; /**< ISO level to write at. (ECMA-119, 10) */
/** Which extensions to support. */
@@ -379,6 +381,8 @@ struct ecma119_image
IsoImage *image;
Ecma119Node *root;
int will_cancel :1;
unsigned int iso_level :2;
/* extensions */