X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=d96e0102d443fd91f5b62c8348d9f2cb70ed20af;hb=d5b7f7dc06827cab8dd57d6d373a08d6be111c79;hp=9e5d2c49e4ab7a1db5fe9cc887887c2e8a703ed4;hpb=0c4e1697db2d9e15a05bc76056fca13e9ccb9ba4;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 9e5d2c4..d96e010 100644 --- a/dive.h +++ b/dive.h @@ -69,10 +69,10 @@ typedef struct { int grams; } weight_t; -typedef struct { +struct gasmix { fraction_t o2; fraction_t he; -} gasmix_t; +}; typedef struct { volume_t size; @@ -82,7 +82,7 @@ typedef struct { typedef struct { cylinder_type_t type; - gasmix_t gasmix; + struct gasmix gasmix; pressure_t start, end; } cylinder_t;