X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/f63ca925baa9bd8b9d9d346cb6be00268ed14269..ab4553c3321e7d41330252da08d42a4c3b558110:/src/geotag_exif.h diff --git a/src/geotag_exif.h b/src/geotag_exif.h index 985f1b3d..71338b64 100644 --- a/src/geotag_exif.h +++ b/src/geotag_exif.h @@ -28,7 +28,7 @@ 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 );