]> git.street.me.uk Git - andy/viking.git/blobdiff - src/background.h
Fix incorrect GPSBabel/Garmin symbol names.
[andy/viking.git] / src / background.h
index d9f05a107f4521ceee5b3b60a69f9e1ca9586f1c..01e1bfde2bff5ee8f839c51da0cda6bf2cd4cfc6 100644 (file)
@@ -27,6 +27,8 @@
 
 #include "vikwindow.h"
 
+G_BEGIN_DECLS
+
 typedef void(*vik_thr_free_func)(gpointer);
 typedef void(*vik_thr_func)(gpointer,gpointer);
 
@@ -40,4 +42,6 @@ void a_background_uninit ();
 void a_background_add_window (VikWindow *vw);
 void a_background_remove_window (VikWindow *vw);
 
+G_END_DECLS
+
 #endif