Document previous patch
[viking.git] / src / geonamessearch.h
blobd9e1a6115b95d563bafd78679bd22bd0fd329986
1 #ifndef __VIK_GEONAMESSEARCH_H
2 #define __VIK_GEONAMESSEARCH_H
4 /* Finding a named place */
5 extern void a_geonames_search(VikWindow *vw, VikLayersPanel *vlp, VikViewport *vvp);
6 gchar * a_geonamessearch_get_search_string_for_this_place(VikWindow *vw);
8 /* Finding Wikipedia entries within a certain box */
9 extern void a_geonames_wikipedia_box(VikWindow *vw, VikTrwLayer *vtl, VikLayersPanel *vlp, struct LatLon maxmin[2]);
11 #endif