]> git.street.me.uk Git - andy/viking.git/blobdiff - src/geotag_exif.h
Read zip files contents which are stored with no compression.
[andy/viking.git] / src / geotag_exif.h
index a77e1acae6910facbf1986cb8a5ac2652e164e53..030da2af84d71aecdcb13eeecffae8e37232558a 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * viking -- GPS Data and Topo Analyzer, Explorer, and Manager
  *
- * Copyright (C) 2011, Rob Norris <rw_norris@hotmail.com>
+ * Copyright (C) 2011-2014, Rob Norris <rw_norris@hotmail.com>
  *
  * 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