]> git.street.me.uk Git - andy/viking.git/blobdiff - src/geotag_exif.h
Enable widget sensitivity in the layer properties to be controlled.
[andy/viking.git] / src / geotag_exif.h
index 985f1b3d5b4384142450d515eef3deab237d7b76..a77e1acae6910facbf1986cb8a5ac2652e164e53 100644 (file)
 #include "vikwaypoint.h"
 #include "vikcoord.h"
 
+G_BEGIN_DECLS
+
 VikWaypoint* a_geotag_create_waypoint_from_file ( const gchar *filename, VikCoordMode vcmode, gchar **name );
 
-VikWaypoint* a_geotag_create_waypoint_positioned ( const gchar *filename, VikCoord coord, gdouble alt, gchar **name );
+VikWaypoint* a_geotag_waypoint_positioned ( const gchar *filename, VikCoord coord, gdouble alt, gchar **name, VikWaypoint *wp );
 
 gchar* a_geotag_get_exif_date_from_file ( const gchar *filename, gboolean *has_GPS_info );
 
 gint a_geotag_write_exif_gps ( const gchar *filename, VikCoord coord, gdouble alt, gboolean no_change_mtime );
 
+G_END_DECLS
+
 #endif // _VIKING_GEOTAG_EXIF_H