]> git.street.me.uk Git - andy/viking.git/blobdiff - src/geonamessearch.h
Clarify text on map layer menu
[andy/viking.git] / src / geonamessearch.h
index fa9655ce8b310266724d30f6eb0acbe22dcd5405..1a9fa3c798f75816810bab3197dc786f54df8902 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __VIK_GEONAMESSEARCH_H
 #define __VIK_GEONAMESSEARCH_H
 
-extern void a_geonames_search(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp);
-gchar * a_geonamessearch_get_search_string_for_this_place(VikWindow *vw);
-gchar *uri_escape(gchar *str);
+/* Finding Wikipedia entries within a certain box */
+extern void a_geonames_wikipedia_box(VikWindow *vw, VikTrwLayer *vtl, VikLayersPanel *vlp, struct LatLon maxmin[2]);
+
 #endif