]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikutils.h
Fix uniquify tracks to use the appropriate sort order.
[andy/viking.git] / src / vikutils.h
index 3fc94ee8e6c969b876fca60fc411ef9e5f7b7142..d7994ebef3e3e7faeaf904f30276eb8b285b22dd 100644 (file)
@@ -27,7 +27,7 @@
 
 G_BEGIN_DECLS
 
 
 G_BEGIN_DECLS
 
-gchar* vu_trackpoint_formatted_message ( gchar *format_code, VikTrackpoint *trkpt, VikTrackpoint *trkpt_prev, VikTrack *trk );
+gchar* vu_trackpoint_formatted_message ( gchar *format_code, VikTrackpoint *trkpt, VikTrackpoint *trkpt_prev, VikTrack *trk, gdouble climb );
 
 void vu_check_latest_version ( GtkWindow *window );
 
 
 void vu_check_latest_version ( GtkWindow *window );
 
@@ -42,6 +42,8 @@ gchar* vu_get_tz_at_location ( const VikCoord* vc );
 void vu_setup_lat_lon_tz_lookup ();
 void vu_finalize_lat_lon_tz_lookup ();
 
 void vu_setup_lat_lon_tz_lookup ();
 void vu_finalize_lat_lon_tz_lookup ();
 
+void vu_command_line ( VikWindow *vw, gdouble latitude, gdouble longitude, gint zoom_osm_level, gint map_id );
+
 G_END_DECLS
 
 #endif
 G_END_DECLS
 
 #endif