From 2fb19dd08e6e8648f6686dafa2ab6acbdcee54cb Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 12 Nov 2008 07:53:01 +0000 Subject: [PATCH] Avoiding warning message about implicitely declared burn_fifo_abort() --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/async.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index 654f237..e9563b5 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2008.11.08.202456" +#define Cdrskin_timestamP "2008.11.12.075111" diff --git a/libburn/async.h b/libburn/async.h index 9a6b514..8ebae21 100644 --- a/libburn/async.h +++ b/libburn/async.h @@ -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 */