]> git.tdb.fi Git - ext/subsurface.git/blobdiff - main.c
Libdivecomputer: start actually importing the dive data
[ext/subsurface.git] / main.c
diff --git a/main.c b/main.c
index ab2948e46ba67962abedb59507aae3f613dfea00..5157c54e3e595ee0d792b9bc150830354c3f0d81 100644 (file)
--- 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)
        {