X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/bfecd26e5a400e54bfb705112e6eb1ebf6084920..f3c798e9818e701f4db1819debe30c3771f38542:/src/vikgoto.h diff --git a/src/vikgoto.h b/src/vikgoto.h index ce05276c..264bf556 100644 --- a/src/vikgoto.h +++ b/src/vikgoto.h @@ -27,10 +27,14 @@ #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