]> git.street.me.uk Git - andy/viking.git/blob - src/geonamessearch.h
Fix debug message
[andy/viking.git] / src / geonamessearch.h
1 #ifndef __VIK_GEONAMESSEARCH_H
2 #define __VIK_GEONAMESSEARCH_H
3
4 /* Finding Wikipedia entries within a certain box */
5 extern void a_geonames_wikipedia_box(VikWindow *vw, VikTrwLayer *vtl, VikLayersPanel *vlp, struct LatLon maxmin[2]);
6
7 #endif