]> git.street.me.uk Git - andy/viking.git/blobdiff - src/geonamessearch.h
Shift GTK+ compatibility definitions into vik_compat.h
[andy/viking.git] / src / geonamessearch.h
index d20b5b1254e875442c214d047ededb6af7eecd28..e973bd23d134252f229d91107d0f80eff5d266f6 100644 (file)
 #ifndef __VIK_GEONAMESSEARCH_H
 #define __VIK_GEONAMESSEARCH_H
 
 #ifndef __VIK_GEONAMESSEARCH_H
 #define __VIK_GEONAMESSEARCH_H
 
+#include "viking.h"
+
+G_BEGIN_DECLS
+
 /* Finding Wikipedia entries within a certain box */
 /* 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
 
 #endif