X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/b3eb3b98666b78dab0ca279808b529157d15d073..9215988610c6aa36b971b8a2b981db90fff1002b:/src/geotag_exif.h diff --git a/src/geotag_exif.h b/src/geotag_exif.h index 985f1b3d..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 @@ -26,12 +26,18 @@ #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 ); +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 + #endif // _VIKING_GEOTAG_EXIF_H