diff src/audacious/playback.h @ 3158:92717dcb09f6 trunk

Send a message from the monitor thread to the main thread for audio errors, like we do with eof condition.
author William Pitcock <nenolod@atheme-project.org>
date Mon, 23 Jul 2007 19:35:59 -0500
parents c9471f83944c
children 602002306969
line wrap: on
line diff
--- a/src/audacious/playback.h	Mon Jul 23 19:33:59 2007 -0500
+++ b/src/audacious/playback.h	Mon Jul 23 19:35:59 2007 -0500
@@ -37,5 +37,6 @@
 void playback_seek(gint time);
 void playback_seek_relative(gint offset);
 void playback_eof(void);
+void playback_error(void);
 
 #endif