1 #ifndef LIBDIVECOMPUTER_H
2 #define LIBDIVECOMPUTER_H
17 /* handling uemis Zurich SDA files */
20 /* don't forget to include the UI toolkit specific display-XXX.h first
21 to get the definition of progressbar_t */
22 typedef struct device_data_t {
24 const char *name, *devname;
25 progressbar_t progress;
26 device_devinfo_t devinfo;
36 extern struct device_list device_list[];
37 extern void do_import(device_data_t *data);