diff options
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/core/dive.h b/core/dive.h index 95275aa12..fcd9483f7 100644 --- a/core/dive.h +++ b/core/dive.h @@ -247,7 +247,7 @@ extern bool autogroup; struct dive *unregister_dive(int idx); extern void delete_single_dive(int idx); -extern int run_survey, verbose, quit, force_root; +extern int run_survey, quit, force_root; extern struct dive_table dive_table; extern struct dive displayed_dive; @@ -289,9 +289,6 @@ extern bool dive_site_has_gps_location(const struct dive_site *ds); extern int dive_has_gps_location(const struct dive *dive); extern location_t dive_get_gps_location(const struct dive *d); -extern int report_error(const char *fmt, ...); -extern void set_error_cb(void(*cb)(char *)); // Callback takes ownership of passed string - extern bool dive_within_time_range(struct dive *dive, timestamp_t when, timestamp_t offset); extern bool time_during_dive_with_offset(struct dive *dive, timestamp_t when, timestamp_t offset); struct dive *find_dive_n_near(timestamp_t when, int n, timestamp_t offset); |