diff options
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -486,7 +486,7 @@ extern void show_dive_stats(struct dive *); extern void clear_stats_widgets(void); extern void show_gps_locations(void); -extern void show_gps_location(struct dive *); +extern void show_gps_location(struct dive *, void (*callback)(float, float)); extern void show_yearly_stats(void); |