1 #ifndef LIBDIVECOMPUTER_H
2 #define LIBDIVECOMPUTER_H
5 #include <libdivecomputer/device.h>
6 #include <libdivecomputer/parser.h>
7 #include <libdivecomputer/utils.h>
9 /* handling uemis Zurich SDA files */
12 /* don't forget to include the UI toolkit specific display-XXX.h first
13 to get the definition of progressbar_t */
14 typedef struct device_data_t {
15 dc_descriptor_t *descriptor;
16 const char *vendor, *product, *devname;
18 progressbar_t progress;
22 extern GError *do_import(device_data_t *data);