X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=ba9f66882baefa1d5a18a46de0ceff2bd7472d19;hb=d1ae1c48309cd0ac5af96114040407dd51e92c37;hp=53ecdfe00efc9d5ac41305bf488dd441551f7804;hpb=5c4cc39c56470b0a01274e69be703f0d4fc3080b;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 53ecdfe..ba9f668 100644 --- 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;