--- a/src/drivers/cd_none.c Thu May 29 11:00:26 2008 +0000 +++ b/src/drivers/cd_none.c Wed Jun 25 10:40:45 2008 +0000 @@ -24,11 +24,18 @@ struct gdrom_image_class cdrom_device_class = { "None", NULL, cdnone_image_is_valid, cdnone_open_device }; -GList *gdrom_get_native_devices(void) +GList *cdrom_get_native_devices(void) { return NULL; } +gdrom_disc_t cdrom_open_device( const gchar *method, const gchar *path ) +{ + return NULL; +} + + + static gboolean cdnone_image_is_valid( FILE *f ) { return FALSE;