mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Add missing divelogs check for LIBZIP and XSLT
I forgot that in commit 5f03a6f
. Oops.
Reported-by: Ďoďo <dodo.sk@gmail.com>
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
186c27f17c
commit
593a0a7a60
1 changed files with 3 additions and 0 deletions
|
@ -16,7 +16,10 @@ 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();
|
||||
|
||||
#if defined(LIBZIP) && defined(XSLT)
|
||||
extern void upload_all_dives_divelogs_cb();
|
||||
#endif
|
||||
|
||||
/* divelist core logic functions */
|
||||
extern dive_trip_t *find_trip_by_idx(int idx);
|
||||
|
|
Loading…
Reference in a new issue