Update declaration of vinum_scandisk (only one parameter).

This commit is contained in:
Greg Lehey 2003-05-04 05:19:48 +00:00
parent f911210e72
commit af5e35e6ad

View File

@ -132,7 +132,7 @@ void free_drive(struct drive *drive);
void down_drive(struct drive *drive);
void remove_drive(int driveno);
int vinum_scandisk(char *drivename[], int drives);
int vinum_scandisk(char *drivename);
/* I/O */
d_open_t vinumopen;