X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;fp=dive.h;h=89f790122fa4d4312a2aca694ab1c75ef2b5b5e7;hb=1cbe2444cc6c0c8da9e730561914986506d83770;hp=39f203738833519c594c50032146d13f867c49a2;hpb=3a7d577ff1109c701656854ceb23ed690c340fbc;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 39f2037..89f7901 100644 --- a/dive.h +++ b/dive.h @@ -299,6 +299,7 @@ extern time_t utc_mktime(struct tm *tm); extern struct dive *alloc_dive(void); extern void record_dive(struct dive *dive); +extern void delete_dive(struct dive *dive); extern struct sample *prepare_sample(struct dive **divep); extern void finish_sample(struct dive *dive);