]> git.tdb.fi Git - ext/subsurface.git/blobdiff - dive.h
Show the dives as a gtk list/tree widget
[ext/subsurface.git] / dive.h
diff --git a/dive.h b/dive.h
index 53ecdfe00efc9d5ac41305bf488dd441551f7804..ba9f66882baefa1d5a18a46de0ceff2bd7472d19 100644 (file)
--- a/dive.h
+++ b/dive.h
@@ -101,6 +101,7 @@ struct sample {
 };
 
 struct dive {
+       const char *name;
        time_t when;
        depth_t maxdepth, meandepth;
        duration_t duration, surfacetime;