summaryrefslogtreecommitdiffstats
path: root/device.h
diff options
context:
space:
mode:
authorGravatar Amit Chaudhuri <amit.k.chaudhuri@gmail.com>2013-01-17 17:14:52 +0000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-18 07:32:39 -0800
commit334e51988da0bcb6f55fd86bc503255275056d5a (patch)
tree33050234d6b3d65159a96fa2744fc2e5d1dce95e /device.h
parent592c23cd9c3b378fcd1ee85380431bb8acc75dfe (diff)
downloadsubsurface-334e51988da0bcb6f55fd86bc503255275056d5a.tar.gz
Add facility to edit nicknames / remove nickname entry
This allows users to edit one or more nick name entries in a single session. Entries can also be removed individually. Based on mock up by Lubomir Ivanov and various conversations from Dirk. Thanks to both. [Dirk Hohndel: quite a bit of editing for coding style and whitespace] Signed-off-by: Amit Chaudhuri <amit.k.chaudhuri@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.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 896bcb8e0..31e4a74f9 100644
--- a/device.h
+++ b/device.h
@@ -17,5 +17,6 @@ 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 void clear_device_saved_status(void);
+extern struct device_info *head_of_device_info_list(void);
#endif