diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-04 00:30:29 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-04 00:30:29 +0000 |
commit | 1237406e5ee90da9dbdfec9fce21d603f75c80a6 (patch) | |
tree | f9b071d99afeccf9ef1c029cd08724b24919d91f /perl-install/c | |
parent | a8fff3fb88fd5d727ab14812673dbed47541593e (diff) | |
download | drakx-backup-do-not-use-1237406e5ee90da9dbdfec9fce21d603f75c80a6.tar drakx-backup-do-not-use-1237406e5ee90da9dbdfec9fce21d603f75c80a6.tar.gz drakx-backup-do-not-use-1237406e5ee90da9dbdfec9fce21d603f75c80a6.tar.bz2 drakx-backup-do-not-use-1237406e5ee90da9dbdfec9fce21d603f75c80a6.tar.xz drakx-backup-do-not-use-1237406e5ee90da9dbdfec9fce21d603f75c80a6.zip |
no_comment
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 0b047e563..52191cb27 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -142,6 +142,14 @@ lseek_sector(fd, sector, offset) OUTPUT: RETVAL +int +isBurner(fd) + int fd + CODE: + RETVAL = ioctl(fd, CDROM_GET_CAPABILITY) & CDC_CD_RW; + OUTPUT: + RETVAL + unsigned int total_sectors(fd) int fd |