Removed stop_on_error, now replaced by iso_set_abort_severity().

This commit is contained in:
Vreixo Formoso
2008-01-23 20:11:52 +01:00
parent d92f8f68d2
commit c272228590
8 changed files with 13 additions and 46 deletions

View File

@ -1540,19 +1540,6 @@ void iso_tree_set_ignore_special(IsoImage *image, int skip);
*/
int iso_tree_get_ignore_special(IsoImage *image);
/**
* Set whether to stop or not when an error happens when adding recursively a
* directory to the iso tree. Default value is to skip file and continue.
*/
void iso_tree_set_stop_on_error(IsoImage *image, int stop);
/**
* Get current setting for stop_on_error.
*
* @see iso_tree_set_stop_on_error
*/
int iso_tree_get_stop_on_error(IsoImage *image);
/**
* Add a new node to the image tree, from an existing file.
*