]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikgoto.h
[QA] Replace specific code by GObject macro
[andy/viking.git] / src / vikgoto.h
index ce05276c9d9de633216cac419d48460a2bbc321d..264bf556dad7e48cdc7cace5b58c7e0557c9de00 100644 (file)
 #include "viklayerspanel.h"
 #include "vikgototool.h"
 
+G_BEGIN_DECLS
+
 void vik_goto_register (VikGotoTool *tool);
 void vik_goto_unregister_all (void);
 
 extern void a_vik_goto(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp);
 gchar * a_vik_goto_get_search_string_for_this_place(VikWindow *vw);
 
+G_END_DECLS
+
 #endif