Fix bug with "static" in header function.
This commit is contained in:
parent
e9da76ab36
commit
1e2762962b
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user