Make 'report_error()' usable from outside of main.c
The dive computer import code will want to show errors too.. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
afffcdbc0d
commit
425649a278
@ -8,6 +8,7 @@
|
||||
extern GtkWidget *main_window;
|
||||
|
||||
extern void import_dialog(GtkWidget *, gpointer);
|
||||
extern void report_error(GError* error);
|
||||
|
||||
extern GtkWidget *dive_profile_widget(void);
|
||||
extern GtkWidget *dive_info_frame(void);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user