From 4256da3b7f11256f8959c7e812ebce8070fdbb77 Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sun, 9 May 2010 22:42:06 +0200 Subject: [PATCH] forgot to change header in previous commit --- src/audacious.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audacious.h b/src/audacious.h index 16382589..c7667716 100644 --- a/src/audacious.h +++ b/src/audacious.h @@ -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(thread_handle &handle);