summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-28 13:18:48 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-28 13:18:48 -0800
commit24f14038316a5f321af109de8ee3a59100c2727d (patch)
treed168cb166fead48384d096b1325cc230c17644cd /dive.h
parent0323cb3741caa1e0a234815999b0516d2e75b0f1 (diff)
parent332d372b809476df48c987b24476801a61e7e0f2 (diff)
downloadsubsurface-24f14038316a5f321af109de8ee3a59100c2727d.tar.gz
Merge branch 'gps-map-input'
Add ability to pick GPS coordinates of dive locations from a map widget.
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 c9f43d81e..6a6ab3eee 100644
--- a/dive.h
+++ b/dive.h
@@ -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);