Avoiding warning message about implicitely declared burn_fifo_abort()

This commit is contained in:
Thomas Schmitt 2008-11-12 07:53:01 +00:00
parent 2ce3199241
commit 2fb19dd08e
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2008.11.08.202456"
#define Cdrskin_timestamP "2008.11.12.075111"

View File

@ -10,5 +10,9 @@ struct burn_write_opts;
/* To be called when the first read() call comes to a fifo */
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 */