builder.h (libisofs-1.5.2) | : | builder.h (libisofs-1.5.4) | ||
---|---|---|---|---|
skipping to change at line 37 | skipping to change at line 37 | |||
struct Iso_Node_Builder | struct Iso_Node_Builder | |||
{ | { | |||
/** | /** | |||
* Create a new IsoFile from an IsoFileSource. Name, permissions | * Create a new IsoFile from an IsoFileSource. Name, permissions | |||
* and other attributes are taken from src, but a regular file will | * and other attributes are taken from src, but a regular file will | |||
* always be created, even if src is another kind of file. | * always be created, even if src is another kind of file. | |||
* | * | |||
* In that case, if the implementation can't do the conversion, it | * In that case, if the implementation can't do the conversion, it | |||
* should fail propertly. | * should fail properly. | |||
* | * | |||
* Note that the src is never unref, so you need to free it. | * Note that the src is never unref, so you need to free it. | |||
* | * | |||
* @return | * @return | |||
* 1 on success, < 0 on error | * 1 on success, < 0 on error | |||
*/ | */ | |||
int (*create_file)(IsoNodeBuilder *builder, IsoImage *image, | int (*create_file)(IsoNodeBuilder *builder, IsoImage *image, | |||
IsoFileSource *src, IsoFile **file); | IsoFileSource *src, IsoFile **file); | |||
/** | /** | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |