blob: 44f796b1aa44d7b109da8f467cb2d9a26f8b768b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- src/cd-drive.c.orig Sun Dec 24 22:45:32 2006
+++ src/cd-drive.c Sun Dec 24 22:45:12 2006
@@ -82,6 +82,9 @@ struct CDDrivePriv {
char *udi;
};
+static int get_device_max_read_speed (char *device);
+static int get_device_max_write_speed (char *device);
+
static CDDrive *cd_drive_new (void);
/* Utility functions, be careful to have a match with what's use in the
|