diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -683,6 +683,8 @@ void add_gas_to_nth_dp(struct diveplan *diveplan, int idx, int o2, int he); void free_dps(struct divedatapoint *dp); void get_gas_string(int o2, int he, char *buf, int len); +struct event *get_next_event(struct event *event, char *name); + #ifdef DEBUGFILE extern char *debugfilename; extern FILE *debugfile; |