New option -list_speeds

This commit is contained in:
2011-07-04 09:29:00 +00:00
parent d3b666a800
commit 20f23b1657
11 changed files with 277 additions and 84 deletions

View File

@ -92,6 +92,10 @@ int Xorriso_format_media(struct XorrisO *xorriso, off_t size, int flag);
*/
int Xorriso_list_formats(struct XorrisO *xorriso, int flag);
/* @return <=0 error, 1 success
*/
int Xorriso_list_speeds(struct XorrisO *xorriso, int flag);
/* @param flag bit1= obtain outdrive, else indrive
@return <=0 error, 1 success
*/