X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=5b7f4658b90c4a7002f0888ee954b741fe43590c;hb=d6c2236b8a9e20d22d78de7432f7017a18235619;hp=40fc5ca2c3668b5fada1924fb9ddb0fd41224324;hpb=f4820455e2019c1a9deba7e90ed7f06111a4cb39;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 40fc5ca..5b7f465 100644 --- a/dive.h +++ b/dive.h @@ -201,7 +201,7 @@ extern struct units input_units, output_units; extern int verbose; struct dive_table { - int nr, allocated; + int nr, allocated, preexisting; struct dive **dives; };