]> git.street.me.uk Git - andy/viking.git/blobdiff - src/khmaps.h
Remove dependencies to gob2
[andy/viking.git] / src / khmaps.h
index 827b4074f562e5dc5668e2ca238c27b9269bbe1f..f7b7fe721d48a63c47e04d6469817199a0645616 100644 (file)
@@ -27,6 +27,8 @@
 #include "vikcoord.h"
 #include "mapcoord.h"
 
+void khmaps_init ();
+
 guint8 khmaps_zoom ( gdouble mpp );
 
 /* a bit misleading, this is the "mpp" (really just set zoom level, very
@@ -36,6 +38,6 @@ guint8 khmaps_zoom ( gdouble mpp );
 
 gboolean khmaps_coord_to_mapcoord ( const VikCoord *src, gdouble xzoom, gdouble yzoom, MapCoord *dest );
 void khmaps_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest );
-void khmaps_download ( MapCoord *src, const gchar *dest_fn );
+int khmaps_download ( MapCoord *src, const gchar *dest_fn );
 
 #endif