Improved effective drive address with -as mkisofs -M

This commit is contained in:
2008-07-06 11:03:02 +00:00
parent 7929742207
commit 821b5c23fe
4 changed files with 42 additions and 13 deletions

View File

@ -259,5 +259,15 @@ int Xorriso_restore_is_identical(struct XorrisO *xorriso, void *in_node,
char *img_path, char *disk_path,
char type_text[5], int flag);
/* Return the official libburn address of an address string. This may fail
if the string does not constitute a valid drive address.
@param official_adr must offer SfileadrL bytes of reply buffer
@return 1 = success , 0 = failure , -1 = severe error
*/
int Xorriso_libburn_adr(struct XorrisO *xorriso, char *address_string,
char official_adr[], int flag);
#endif /* Xorrisoburn_includeD */