]> 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 23570828e0e0490f3caac92de8142f8af9dddeee..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;