diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-04-09 22:18:43 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-04-09 13:27:36 -0700 |
commit | 5f03a6f63134ea82ea2713563868d3b6b0d0db23 (patch) | |
tree | c3fde03b7d48a905a5dd359349322661b45ebfc4 /divelist.h | |
parent | 9e4f9fad19bd4696bf08da67b60ed9d2eb29b446 (diff) | |
download | subsurface-5f03a6f63134ea82ea2713563868d3b6b0d0db23.tar.gz |
Add menu entry for divelogs.de upload
The menu entry for upload to divelogs.de was missing. Also renamed
the divelogs context menu entry to something less generic.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.h')
-rw-r--r-- | divelist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/divelist.h b/divelist.h index 8fcd600a1..32e2075f6 100644 --- a/divelist.h +++ b/divelist.h @@ -16,6 +16,7 @@ extern void select_prev_dive(void); extern void show_and_select_dive(struct dive *dive); extern double init_decompression(struct dive * dive); extern void export_all_dives_uddf_cb(); +extern void upload_all_dives_divelogs_cb(); /* divelist core logic functions */ extern dive_trip_t *find_trip_by_idx(int idx); |