]> git.street.me.uk Git - andy/viking.git/blobdiff - src/dems.h
Add option to auto connect to GPSD rather than having to manually control
[andy/viking.git] / src / dems.h
index 285d35615ebe085d7ed7a4f16005b8447d8d11f5..42d3204efa10cf2d06ffb344c4eecf22c7c14f73 100644 (file)
@@ -24,6 +24,8 @@
 #include "dem.h"
 #include "vikcoord.h"
 
+G_BEGIN_DECLS
+
 typedef enum {
   VIK_DEM_INTERPOL_NONE = 0,
   VIK_DEM_INTERPOL_SIMPLE,
@@ -40,6 +42,8 @@ GList *a_dems_list_copy ( GList *dems );
 gint16 a_dems_list_get_elev_by_coord ( GList *dems, const VikCoord *coord );
 gint16 a_dems_get_elev_by_coord ( const VikCoord *coord, VikDemInterpol method);
 
+G_END_DECLS
+
 #endif
-#include <glib.h>
+