]> git.street.me.uk Git - andy/viking.git/blobdiff - src/background.h
[QA] Make a local function static.
[andy/viking.git] / src / background.h
index e12734b331e0b9874a254b325a44d03b5fae215d..01e1bfde2bff5ee8f839c51da0cda6bf2cd4cfc6 100644 (file)
@@ -25,7 +25,9 @@
 #include <glib.h>
 #include <gtk/gtk.h>
 
-#include "vikstatus.h"
+#include "vikwindow.h"
+
+G_BEGIN_DECLS
 
 typedef void(*vik_thr_free_func)(gpointer);
 typedef void(*vik_thr_func)(gpointer,gpointer);
@@ -37,7 +39,9 @@ int a_background_testcancel ( gpointer callbackdata );
 void a_background_show_window ();
 void a_background_init ();
 void a_background_uninit ();
-void a_background_add_status(VikStatusbar *vs);
-void a_background_remove_status(VikStatusbar *vs);
+void a_background_add_window (VikWindow *vw);
+void a_background_remove_window (VikWindow *vw);
+
+G_END_DECLS
 
 #endif