mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Enable libdivecomputer log or dump from the UI
Pick filenames for these functions as they are selected. Use the windows-safe fopen function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4de739b935
commit
d42cc5a40c
6 changed files with 113 additions and 31 deletions
|
@ -24,6 +24,8 @@ typedef struct device_data_t {
|
|||
dc_context_t *context;
|
||||
int preexisting;
|
||||
bool force_download;
|
||||
bool libdc_log;
|
||||
bool libdc_dump;
|
||||
} device_data_t;
|
||||
|
||||
const char *do_libdivecomputer_import(device_data_t *data);
|
||||
|
@ -32,6 +34,8 @@ const char *do_uemis_import(const char *mountpath, short force_download);
|
|||
extern int import_thread_cancelled;
|
||||
extern const char *progress_bar_text;
|
||||
extern double progress_bar_fraction;
|
||||
extern char *logfile_name;
|
||||
extern char *dumpfile_name;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue