Fix bug with "static" in header function.

master
Vreixo Formoso Lopes 16 years ago
parent afd6178b6c
commit 12f2deb828

@ -134,7 +134,7 @@ int isoburn_set_start_byte(struct isoburn *o, off_t value, int flag);
data_source_free() function. Note that that doesn't release the
drive.
*/
static struct data_source *
struct data_source *
isoburn_data_source_new(struct burn_drive *d);
#endif /* Isoburn_includeD */

Loading…
Cancel
Save