diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-07 15:25:29 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-06-07 15:25:29 -0300 |
commit | 54128aa52fe5c765ce6ced8bd05611e202195d6b (patch) | |
tree | 927f6d1479bd702f581a16124f177b6be81ea39d /device.h | |
parent | 478c24d79795b34efb42c1ac29abd8fa777b9c90 (diff) | |
download | subsurface-54128aa52fe5c765ce6ced8bd05611e202195d6b.tar.gz |
Added the code to remove a dive computer.
Added the code to remove a dive computer, plus a few fixes
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ extern struct device_info *get_different_device_info(const char *model, uint32_t extern struct device_info *create_device_info(const char *model, uint32_t deviceid); extern struct device_info *remove_device_info(const char *model, uint32_t deviceid); extern struct device_info *head_of_device_info_list(void); +extern void remove_dive_computer(const char *model, uint32_t deviceid); #ifdef __cplusplus } |