diff options
Diffstat (limited to 'trace-gui.h')
-rw-r--r-- | trace-gui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-gui.h b/trace-gui.h index 97b8e41..55778bf 100644 --- a/trace-gui.h +++ b/trace-gui.h | |||
@@ -34,5 +34,7 @@ void trace_show_help(GtkWidget *window, const gchar *link, GError **error); | |||
34 | void trace_dialog(GtkWindow *parent, enum trace_dialog_type type, | 34 | void trace_dialog(GtkWindow *parent, enum trace_dialog_type type, |
35 | gchar *message, ...); | 35 | gchar *message, ...); |
36 | 36 | ||
37 | gchar *trace_get_file_dialog(const gchar *title); | ||
38 | |||
37 | 39 | ||
38 | #endif /* _TRACE_GUI */ | 40 | #endif /* _TRACE_GUI */ |