X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=main.c;h=5157c54e3e595ee0d792b9bc150830354c3f0d81;hb=42f627b8b1cf7e929a30c0a07a5fb44a4cec9e1f;hp=ab2948e46ba67962abedb59507aae3f613dfea00;hpb=9cb60c910681b0fb3c04d22c77bcf9c2754bfa7f;p=ext%2Fsubsurface.git diff --git a/main.c b/main.c index ab2948e..5157c54 100644 --- a/main.c +++ b/main.c @@ -37,7 +37,7 @@ static int sortfn(const void *_a, const void *_b) * This doesn't really report anything at all. We just sort the * dives, the GUI does the reporting */ -static void report_dives(void) +void report_dives(void) { int i; @@ -124,7 +124,7 @@ static void on_info_bar_response(GtkWidget *widget, gint response, } } -static void report_error(GError* error) +void report_error(GError* error) { if (error == NULL) {