Add IsoImage context as parameter for return function.

This commit is contained in:
Vreixo Formoso
2008-01-28 23:55:55 +01:00
parent f2c8712b40
commit b3f4ca1cf7
3 changed files with 4 additions and 4 deletions

View File

@ -100,7 +100,7 @@ struct Iso_Image
* @return
* 1 add, 0 ignore, < 0 cancel
*/
int (*report)(IsoFileSource *src);
int (*report)(IsoImage *image, IsoFileSource *src);
};
#endif /*LIBISO_IMAGE_H_*/