]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikgototool.h
[QA] Limit scope of includes of vikutils header.
[andy/viking.git] / src / vikgototool.h
index f8b8de7936a52517d49de6aa031d9e6f61e57077..fec270abce7c22628d84cef6adbcc054166a1586 100644 (file)
@@ -26,6 +26,8 @@
 #include "vikwindow.h"
 #include "download.h"
 
+G_BEGIN_DECLS
+
 #define VIK_GOTO_TOOL_TYPE            (vik_goto_tool_get_type ())
 #define VIK_GOTO_TOOL(obj)            (G_TYPE_CHECK_INSTANCE_CAST ((obj), VIK_GOTO_TOOL_TYPE, VikGotoTool))
 #define VIK_GOTO_TOOL_CLASS(klass)    (G_TYPE_CHECK_CLASS_CAST ((klass), VIK_GOTO_TOOL_TYPE, VikGotoToolClass))
@@ -58,4 +60,6 @@ DownloadMapOptions *vik_goto_tool_get_download_options ( VikGotoTool *self );
 gboolean vik_goto_tool_parse_file_for_latlon ( VikGotoTool *self, gchar *filename, struct LatLon *ll );
 int vik_goto_tool_get_coord ( VikGotoTool *self, VikWindow *vw, VikViewport *vvp, gchar *srch_str, VikCoord *coord );
 
+G_END_DECLS
+
 #endif