Avoiding warning message about implicitely declared burn_fifo_abort()
This commit is contained in:
parent
20186acd05
commit
b321ad2305
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2008.11.08.202456"
|
#define Cdrskin_timestamP "2008.11.12.075111"
|
||||||
|
@ -10,5 +10,9 @@ struct burn_write_opts;
|
|||||||
/* To be called when the first read() call comes to a fifo */
|
/* To be called when the first read() call comes to a fifo */
|
||||||
int burn_fifo_start(struct burn_source *source, int flag);
|
int burn_fifo_start(struct burn_source *source, int flag);
|
||||||
|
|
||||||
|
/* ts A81108 */
|
||||||
|
/* To abort a running fifo thread before the fifo object gets deleted */
|
||||||
|
int burn_fifo_abort(struct burn_source_fifo *fs, int flag);
|
||||||
|
|
||||||
|
|
||||||
#endif /* BURN__ASYNC_H */
|
#endif /* BURN__ASYNC_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user