X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=1386a3bf8d8b7a999e08bcf4fcb6b99faeae47e5;hb=aab4d593bdbffef8442282318778a9833cbc7a43;hp=c6c545dcc11e133a748113f8529fce9a5128aeb6;hpb=b176daf6d6d169bfa9b811687bd7696b1bb6063f;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index c6c545d..1386a3b 100644 --- a/dive.h +++ b/dive.h @@ -75,6 +75,7 @@ typedef struct { typedef struct { volume_t size; pressure_t workingpressure; + const char *description; /* "LP85", "AL72", "AL80", "HP100+" or whatever */ } cylinder_type_t; typedef struct { @@ -110,7 +111,6 @@ struct sample { #define MAX_CYLINDERS (4) struct dive { - const char *name; time_t when; char *location; char *notes;