]> git.street.me.uk Git - andy/viking.git/blobdiff - src/dem.h
Add G_BEGIN_DECLS and G_END_DECLS to most header files.
[andy/viking.git] / src / dem.h
index 467f67ab5d6f6fe7461b7d5e316d68c20a364e14..3db2213897aba82be37a340fb0c48041f953bd43 100644 (file)
--- a/src/dem.h
+++ b/src/dem.h
@@ -22,6 +22,8 @@
 #ifndef __VIKING_DEM_H
 #define __VIKING_DEM_H
 
 #ifndef __VIKING_DEM_H
 #define __VIKING_DEM_H
 
+G_BEGIN_DECLS
+
 #define VIK_DEM_INVALID_ELEVATION -32768
 
 /* unit codes */
 #define VIK_DEM_INVALID_ELEVATION -32768
 
 /* unit codes */
@@ -72,4 +74,6 @@ gint16 vik_dem_get_best_interpol ( VikDEM *dem, gdouble east, gdouble north );
 
 void vik_dem_east_north_to_xy ( VikDEM *dem, gdouble east, gdouble north, guint *col, guint *row );
 
 
 void vik_dem_east_north_to_xy ( VikDEM *dem, gdouble east, gdouble north, guint *col, guint *row );
 
+G_END_DECLS
+
 #endif
 #endif