X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a889d67198222eaf2bd310b82b958b1031b6c112..a2352a7ddb9fe8136c587190aa5d926f18baed79:/src/geonamessearch.h diff --git a/src/geonamessearch.h b/src/geonamessearch.h index d20b5b12..e973bd23 100644 --- a/src/geonamessearch.h +++ b/src/geonamessearch.h @@ -21,7 +21,13 @@ #ifndef __VIK_GEONAMESSEARCH_H #define __VIK_GEONAMESSEARCH_H +#include "viking.h" + +G_BEGIN_DECLS + /* Finding Wikipedia entries within a certain box */ -extern void a_geonames_wikipedia_box(VikWindow *vw, VikTrwLayer *vtl, VikLayersPanel *vlp, struct LatLon maxmin[2]); +void a_geonames_wikipedia_box ( VikWindow *vw, VikTrwLayer *vtl, struct LatLon maxmin[2] ); + +G_END_DECLS #endif