summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 5188184b5..1455bb5df 100644
--- a/dive.h
+++ b/dive.h
@@ -661,6 +661,7 @@ extern "C" {
#endif
extern int report_error(const char *fmt, ...);
+extern const char *get_error_string(void);
extern struct dive *find_dive_including(timestamp_t when);
extern bool dive_within_time_range(struct dive *dive, timestamp_t when, timestamp_t offset);