summaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-07 15:25:29 -0300
committerGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-06-07 15:25:29 -0300
commit54128aa52fe5c765ce6ced8bd05611e202195d6b (patch)
tree927f6d1479bd702f581a16124f177b6be81ea39d /device.h
parent478c24d79795b34efb42c1ac29abd8fa777b9c90 (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.h b/device.h
index 636eb73c6..3efa42900 100644
--- a/device.h
+++ b/device.h
@@ -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
}