diff options
Diffstat (limited to 'src/device.h')
| -rw-r--r-- | src/device.h | 4 |
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); | |||
| 42 | 42 | ||
| 43 | void device_set_visible(int device_id); | 43 | void device_set_visible(int device_id); |
| 44 | 44 | ||
| 45 | int device_get_count(void); | 45 | int device_get_count(int include_hidden); |
| 46 | int device_get_list(struct device_info *p); | 46 | int device_get_list(int include_hidden, struct device_info *p); |
| 47 | 47 | ||
| 48 | int device_get_timeout(void); | 48 | int device_get_timeout(void); |
| 49 | void device_check_timeouts(void); | 49 | void device_check_timeouts(void); |
