]> git.street.me.uk Git - andy/viking.git/blobdiff - src/expedia.h
Enable a clear icon on entry boxes used for search like input.
[andy/viking.git] / src / expedia.h
index 24aa96fd330c47833adfe73efd65cd1c6685bb7c..fc1761186ad34140ef1172f4de2d46e63643322c 100644 (file)
 #include "vikcoord.h"
 #include "mapcoord.h"
 
+G_BEGIN_DECLS
+
 void expedia_init();
 
-gboolean expedia_coord_to_mapcoord ( const VikCoord *src, gdouble xzoom, gdouble yzoom, MapCoord *dest );
-void expedia_mapcoord_to_center_coord ( MapCoord *src, VikCoord *dest );
-void expedia_download ( MapCoord *src, const gchar *dest_fn );
+G_END_DECLS
 
 #endif