]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikutils.h
Make simple GPSBabel filter options use the updated acquire framework options.
[andy/viking.git] / src / vikutils.h
index 1cd4b77f2cf452664e9bb3557319c308eae78b9f..fe04f207d6ca11c857e141410d32f2c2fddd287d 100644 (file)
@@ -27,7 +27,7 @@
 
 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 );
 
@@ -37,6 +37,15 @@ gchar *vu_get_canonical_filename ( VikLayer *vl, const gchar *filename );
 
 gchar* vu_get_time_string ( time_t *time, const gchar *format, const VikCoord *vc, const gchar *gtz );
 
+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_command_line ( VikWindow *vw, gdouble latitude, gdouble longitude, gint zoom_osm_level, gint map_id );
+
+void vu_copy_label_menu ( GtkWidget *widget, guint button );
+
 G_END_DECLS
 
 #endif