Rename function to create burn_source.

This commit is contained in:
Vreixo Formoso
2008-01-05 00:42:32 +01:00
parent ee78419935
commit e471333b0b
5 changed files with 18 additions and 9 deletions

View File

@ -926,8 +926,8 @@ int bs_set_size(struct burn_source *bs, off_t size)
return 1;
}
int iso_image_create(IsoImage *image, Ecma119WriteOpts *opts,
struct burn_source **burn_src)
int iso_image_create_burn_source(IsoImage *image, Ecma119WriteOpts *opts,
struct burn_source **burn_src)
{
int ret;
struct burn_source *source;