X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=libdivecomputer.h;h=57d274cc66de7e65de05a65a88ba5554b9f06321;hb=1d6903c65a4980ac51a3508db6a388ab07111341;hp=205f28e7c2dea38a12f16cbe1d8b9adad3ce7628;hpb=682135838ff313594c7f67fabd9be8f88a33883b;p=ext%2Fsubsurface.git diff --git a/libdivecomputer.h b/libdivecomputer.h index 205f28e..57d274c 100644 --- a/libdivecomputer.h +++ b/libdivecomputer.h @@ -22,9 +22,10 @@ typedef struct device_data_t { device_type_t type; const char *name, *devname; - progressbar_t *progress; + progressbar_t progress; device_devinfo_t devinfo; device_clock_t clock; + int preexisting; } device_data_t; struct device_list {