]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikwindow.h
Fix excluding own self track when creating lists of other tracks.
[andy/viking.git] / src / vikwindow.h
index 59964b0e304e5f583145c17851752e78593a64e2..f33bc610959775569d84c14b0ed34175384a6047 100644 (file)
@@ -63,6 +63,7 @@ void vik_window_selected_layer(VikWindow *vw, struct _VikLayer *vl);
 struct _VikViewport * vik_window_viewport(VikWindow *vw);
 struct _VikLayersPanel * vik_window_layers_panel(VikWindow *vw);
 struct _VikStatusbar * vik_window_get_statusbar(VikWindow *vw);
+const gchar *vik_window_get_filename(VikWindow *vw);
 
 void vik_window_statusbar_update (VikWindow *vw, const gchar* message, vik_statusbar_type_t vs_type);