Add function to get library version.
This commit is contained in:
@ -745,6 +745,11 @@ void iso_finish();
|
||||
*/
|
||||
int iso_image_new(const char *name, IsoImage **image);
|
||||
|
||||
/**
|
||||
* Get version of the libisofs library.
|
||||
*/
|
||||
void iso_lib_version(int *major, int *minor, int *micro);
|
||||
|
||||
/**
|
||||
* Create a burn_source to actually write the image. That burn_source can be
|
||||
* used with libburn as a data source for a track.
|
||||
|
Reference in New Issue
Block a user