Eventually reporting boot info with TOC of -indev, redirected drive aquiration TOC to info channel

This commit is contained in:
2008-10-25 12:34:36 +00:00
parent e76340d4f3
commit 3b14ee2117
5 changed files with 226 additions and 22 deletions

View File

@ -52,6 +52,8 @@ int Xorriso__text_to_sev(char *severity_name, int *severity_number,int flag);
/* @param flag bit0=report about output drive
bit1=short report form
bit2=do not try to read ISO heads
bit3=report to info channel (else to result channel)
*/
int Xorriso_toc(struct XorrisO *xorriso, int flag);