]> git.street.me.uk Git - andy/viking.git/blobdiff - src/dems.h
SRTM download now works for regions outside North_America too.
[andy/viking.git] / src / dems.h
index 6c9da1c64a8ffae778b4b500f4443d8d8d257f2e..cf8b1a9f436274049148db9f2d261641742f4e09 100644 (file)
@@ -12,6 +12,7 @@ void a_dems_load_list ( GList **dems );
 void a_dems_list_free ( GList *dems );
 GList *a_dems_list_copy ( GList *dems );
 gint16 a_dems_list_get_elev_by_coord ( GList *dems, const VikCoord *coord );
 void a_dems_list_free ( GList *dems );
 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 );
 
 #endif
 #include <glib.h>
 
 #endif
 #include <glib.h>