burn_drive_grab_dummy() becomes invisible part of burn_drive_scan_and_grab()

This commit is contained in:
2007-09-05 19:42:03 +00:00
parent 6841cb68e5
commit 0c14e6ee4c
5 changed files with 93 additions and 74 deletions

View File

@ -1901,7 +1901,9 @@ int burn_read_data(struct burn_drive *d, off_t byte_address,
char data[], off_t data_size, off_t *data_count, int flag);
/* ts A70903 */
#ifdef NIX
/* ts A70903 */ /* <<< ts A70905 : to vanish from API */
/** Create and aquire a pseudo-drive which will accept option settings much
like a MMC burner drive. Many of them will not cause any effect, though.
There are two kinds of pseudo-drives: stdio-drives and null-drives.
@ -1924,6 +1926,8 @@ int burn_read_data(struct burn_drive *d, off_t byte_address,
*/
int burn_drive_grab_dummy(struct burn_drive_info *drive_infos[], char *fname);
#endif /* NIX */
/** Inquire wether the drive object is a real MMC drive or a pseudo-drive
created by burn_drive_dummy().