]> git.street.me.uk Git - andy/viking.git/blobdiff - src/geotag_exif.h
Tidy up: simpler and better use of trackpoint free methods in TRW Layer.
[andy/viking.git] / src / geotag_exif.h
index 985f1b3d5b4384142450d515eef3deab237d7b76..71338b64a0fe170bc3bc96dab8bb6784aae0745c 100644 (file)
@@ -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 );