X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=6c5dbcc23496cf0730bb3fc1b701b9f8f66e4a48;hb=de721d98106569ccf74d4bcc35619e281df00e5e;hp=8503c3b933518a66bd9e227838136bf19ee73f08;hpb=c6b13fad5aebdf7ee7f1b67da58512e49840a7c1;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index 8503c3b..6c5dbcc 100644 --- a/dive.h +++ b/dive.h @@ -133,6 +133,7 @@ struct dive { char *location; char *notes; char *divemaster, *buddy; + double latitude, longitude; depth_t maxdepth, meandepth; duration_t duration, surfacetime; depth_t visibility; @@ -206,6 +207,8 @@ extern void report_dives(void); extern struct dive *fixup_dive(struct dive *dive); extern struct dive *try_to_merge(struct dive *a, struct dive *b); +extern void update_air_info(char *buffer); + #define DIVE_ERROR_PARSE 1 #endif /* DIVE_H */