summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-09-19 08:08:38 +0200
committerGravatar Nikias Bassen2013-09-19 08:08:38 +0200
commit17a5fa85e2978b385448e1a16822cb31ba64e284 (patch)
tree460f759a5a1fbaebc4bec4c073ff167112c721a6 /src/device.h
parentf631e8e055dfcdae440631902ed8a38eb5109cb8 (diff)
downloadusbmuxd-17a5fa85e2978b385448e1a16822cb31ba64e284.tar.gz
usbmuxd-17a5fa85e2978b385448e1a16822cb31ba64e284.tar.bz2
make sure usbmuxd -x does not terminate when unpaired devices are still present
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h
index 4b1a581..d7c82ca 100644
--- a/src/device.h
+++ b/src/device.h
@@ -42,8 +42,8 @@ void device_abort_connect(int device_id, struct mux_client *client);
void device_set_visible(int device_id);
-int device_get_count(void);
-int device_get_list(struct device_info *p);
+int device_get_count(int include_hidden);
+int device_get_list(int include_hidden, struct device_info *p);
int device_get_timeout(void);
void device_check_timeouts(void);