X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=0116a1cf78a3d07ac4da2ccbe725de15f7e35d9e;hb=4891fa812f04da1f46075433d28fa0f33145e125;hp=36a406c255c690da80da3af767c9cfd035e5d08b;hpb=350462949d2dc205355e5c94ccaacf83a0775257;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 36a406c..0116a1c 100644 --- a/dive.h +++ b/dive.h @@ -84,7 +84,7 @@ typedef struct { typedef struct { cylinder_type_t type; struct gasmix gasmix; - pressure_t start, end; + pressure_t start, end, sample_start, sample_end; } cylinder_t; extern int get_pressure_units(unsigned int mb, const char **units);