Make sure audacious-code compiles
[monky] / src / audacious.h
index 0e64cde..3db8e51 100644 (file)
@@ -60,7 +60,7 @@ int create_audacious_thread(void);
 int destroy_audacious_thread(void);
 
 /* Service routine for the conky main thread */
-void update_audacious(void);
+int update_audacious(void);
 
 /* Thread functions */
 void *audacious_thread_func(void *);