Enable os dependend stdio size estimation

This commit is contained in:
2007-09-09 13:31:29 +00:00
parent ffed552183
commit 75dd141055
6 changed files with 213 additions and 1 deletions

View File

@ -31,4 +31,6 @@ int scsi_enumerate_drives(void);
int sg_drive_is_open(struct burn_drive * d);
int burn_os_stdio_capacity(char *path, off_t *bytes);
#endif /* __SG */