New option -list_speeds

This commit is contained in:
2011-07-04 09:29:00 +00:00
parent a44ffcb6f5
commit 7d2d5f7e3f
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
*/