mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: use divelog struct in downloader code
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a2845ece82
commit
b56b7abcf5
11 changed files with 64 additions and 65 deletions
|
@ -27,6 +27,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
struct dive;
|
||||
struct divelog;
|
||||
struct dive_computer;
|
||||
struct devices;
|
||||
|
||||
|
@ -46,9 +47,7 @@ typedef struct {
|
|||
bool libdc_dump;
|
||||
bool bluetooth_mode;
|
||||
FILE *libdc_logfile;
|
||||
struct dive_table *download_table;
|
||||
struct dive_site_table *sites;
|
||||
struct device_table *devices;
|
||||
struct divelog *log;
|
||||
void *androidUsbDeviceDescriptor;
|
||||
} device_data_t;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue