diff options
Diffstat (limited to 'src/device.h')
| -rw-r--r-- | src/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h index ea77069..4b1a581 100644 --- a/src/device.h +++ b/src/device.h | |||
| @@ -40,6 +40,8 @@ int device_start_connect(int device_id, uint16_t port, struct mux_client *client | |||
| 40 | void device_client_process(int device_id, struct mux_client *client, short events); | 40 | void device_client_process(int device_id, struct mux_client *client, short events); |
| 41 | void device_abort_connect(int device_id, struct mux_client *client); | 41 | void device_abort_connect(int device_id, struct mux_client *client); |
| 42 | 42 | ||
| 43 | void device_set_visible(int device_id); | ||
| 44 | |||
| 43 | int device_get_count(void); | 45 | int device_get_count(void); |
| 44 | int device_get_list(struct device_info *p); | 46 | int device_get_list(struct device_info *p); |
| 45 | 47 | ||
