diff audacious/input.h @ 143:32c320bba8a6 trunk

[svn] Mutex system
author nenolod
date Thu, 10 Nov 2005 16:40:09 -0800
parents cb178e5ad177
children 1c701dfe5098
line wrap: on
line diff
--- a/audacious/input.h	Thu Nov 10 15:56:32 2005 -0800
+++ b/audacious/input.h	Thu Nov 10 16:40:09 2005 -0800
@@ -31,6 +31,7 @@
     InputPlugin *current_input_plugin;
     gboolean playing;
     gboolean paused;
+    GMutex *playback_mutex;
 };
 
 GList *get_input_list(void);