Add a private table for downloaded dives

This still isn't actually used, just puts it in place.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-01-09 14:39:43 -08:00
parent 6f25713408
commit e43ea018fa
2 changed files with 4 additions and 0 deletions

View file

@ -31,6 +31,7 @@ typedef struct device_data_t
bool libdc_log;
bool libdc_dump;
FILE *libdc_logfile;
struct dive_table *download_table;
} device_data_t;
const char *do_libdivecomputer_import(device_data_t *data);