Fix bug with "static" in header function.

This commit is contained in:
Vreixo Formoso Lopes 2007-09-13 11:39:52 +00:00
parent afd6178b6c
commit 12f2deb828
1 changed files with 1 additions and 1 deletions

View File

@ -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 data_source_free() function. Note that that doesn't release the
drive. drive.
*/ */
static struct data_source * struct data_source *
isoburn_data_source_new(struct burn_drive *d); isoburn_data_source_new(struct burn_drive *d);
#endif /* Isoburn_includeD */ #endif /* Isoburn_includeD */