summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index b5d3368a5..e2af00d9d 100644
--- a/dive.h
+++ b/dive.h
@@ -574,7 +574,7 @@ extern void subsurface_command_line_exit(gint *, gchar ***);
extern double add_segment(double pressure, struct gasmix *gasmix);
extern void clear_deco(void);
-
+extern unsigned int deco_allowed_depth(double tissues_tolerance, double surface_pressure, struct dive *dive, gboolean smooth);
#ifdef DEBUGFILE
extern char *debugfilename;
extern FILE *debugfile;