X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=dive.h;h=6c5dbcc23496cf0730bb3fc1b701b9f8f66e4a48;hb=e1171a57a76c1f3277c54bcc48a9fe6c29b741ec;hp=abfd95174f60c63ccbfd415e5bca2e98c5e57b2f;hpb=5804c2970eaaf0215b9862f767cf7aa745083744;p=ext%2Fsubsurface.git diff --git a/dive.h b/dive.h index abfd951..6c5dbcc 100644 --- a/dive.h +++ b/dive.h @@ -207,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 */