X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/93c47137bcc1dba235db9787d7ef0a305493407e..e96fe99dfb8c926ba4c6ee558380cc3f7f5241bc:/src/geonamessearch.h?ds=inline diff --git a/src/geonamessearch.h b/src/geonamessearch.h index fa9655ce..1a9fa3c7 100644 --- a/src/geonamessearch.h +++ b/src/geonamessearch.h @@ -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