X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/29c93cc57d2f7715c58b4e577440bc580a47bd8a..d61ec067563735c651f81e6ad0f31be01a8c202b:/src/geotag_exif.h diff --git a/src/geotag_exif.h b/src/geotag_exif.h index a77e1aca..030da2af 100644 --- a/src/geotag_exif.h +++ b/src/geotag_exif.h @@ -2,7 +2,7 @@ /* * viking -- GPS Data and Topo Analyzer, Explorer, and Manager * - * Copyright (C) 2011, Rob Norris + * Copyright (C) 2011-2014, Rob Norris * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -34,6 +34,8 @@ VikWaypoint* a_geotag_waypoint_positioned ( const gchar *filename, VikCoord coor gchar* a_geotag_get_exif_date_from_file ( const gchar *filename, gboolean *has_GPS_info ); +struct LatLon a_geotag_get_position ( const gchar *filename ); + gint a_geotag_write_exif_gps ( const gchar *filename, VikCoord coord, gdouble alt, gboolean no_change_mtime ); G_END_DECLS